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

Card does not work offline #35

Open molly200 opened 2 years ago

molly200 commented 2 years ago

Love the card! Card works well if the HA is connected to internet. It disappears with a “Custom element doesn’t exist” error, when internet is not available or HA is offline. It seems that the card is dependent on the /unpkg.com/@polymer/lit-element@0.5.2/lit-element.js. I was wondering is this card can be made to work offline, with the existing HA lit-element, or the card-tools lit-element from thomasloven? Is there a chance to make this card work offline in the near future? Thanks