Skip to content

Commit

Permalink
Update ph_meter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
madmicio authored Apr 14, 2023
1 parent 9215ae9 commit 6926ba8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ph_meter.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {
LitElement,
html,
css
} from "https://unpkg.com/lit-element@2.0.1/lit-element.js?module";
var LitElement = LitElement || Object.getPrototypeOf(customElements.get("ha-panel-lovelace"));
var html = LitElement.prototype.html;
var css = LitElement.prototype.css;

class PhMeterCard extends LitElement {
static get properties() {
Expand Down

0 comments on commit 6926ba8

Please sign in to comment.