PiotrMachowski/lovelace-html-card

Doesn't work in newest HA relase Home Assistant 0.118.4

grzestel opened this issue · 1 comments

Doesn't work in newest HA relase Home Assistant 0.118.4
Jpsy commented

The card actually works in latest HA 2022.3 but has a basic flaw when you try to access HA entities that do not exist in your system. Unfortunately this is exactly what the demo content in the Readme does: It access [[input_number.system_volume]] which is unknown on standard HA systems. The result is a JS failure that breaks the whole Lovelace page containing the card.

I opened PR #10 which fixes this behaviour.
But you should also be fine as long as you don't use non-existent entities and attributes.