custom-cards / circle-sensor-card

A custom component for displaying sensor values as cards or elements
Apache License 2.0
174 stars 23 forks source link

Update circle-sensor-card.js #15

Closed Chaotic closed 3 years ago

Chaotic commented 5 years ago

need to not pin the version

Fixes Issue #14

iantrich commented 5 years ago
const LitElement = Object.getPrototypeOf(
  customElements.get("ha-panel-lovelace")
);
const html = LitElement.prototype.html;

Is less likely to break