Skip to content

Commit

Permalink
Update hatc-gauge-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tagcashdev committed Nov 16, 2022
1 parent 028da42 commit c3d5607
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hatc-gauge-card.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

import {html, css, LitElement} from "lit";
var LitElement = LitElement || Object.getPrototypeOf(customElements.get("ha-panel-lovelace"));
var html = LitElement.prototype.html;
var css = LitElement.prototype.css;

function isObject(val) {
return val instanceof Object;
Expand Down

0 comments on commit c3d5607

Please sign in to comment.