#html cards
1 messages · Page 1 of 1 (latest)
I'm trying to use the lovelace-html-card by Piotr Machowski in my Home Assistant setup. I've followed the instructions on the GitHub page, installed it via HACS, and added the resource / hacsfiles/lovelace-html-card/html-card.js as a JavaScript Module in Lovelace resources.
However, when I try to add a card with type: custom:html-card, I get the error:
Configuration error: Custom element not found: html-card
I've tried restarting Home Assistant and clearing browser cache, but no luck so far.
Could someone please guide me through the correct installation steps or point out what I might be missing? Also, if you have an example of a simple working html-card setup, that would be awesome!
If you installed via HACS, you shouldn't have too add the resource. Try removing the resource that you added. Just for good measure: remove the html-card from HACS and reinstall. Hard refresh your browser (usually Shift+F5 or something like that). Clear cache if that doesn't work.
Just to test to ensure it is working: ```yaml
type: custom:html-card
content: |
<font color=red>Hello World!
html cards