Open chezpaul opened 4 years ago
the same problem in manual regretted the characters?
Hello! If you have recently added the www folder you will need to re-start Home Assistant.
I gave up on using lovelace through yaml files. Now I use the Configure UI button and everything works fine.
I get the same issue but JUST on some devices: android with chrome and raspberry pi with chromium
Am I doing anything wrong?
Clearing the browser's cache fixed it for me.
Press Ctrl+R to clear the cache it works for me.
Change the first row in the weather-card.js into the following:
const LitElement = customElements.get("hui-masonry-view") ? Object.getPrototypeOf(customElements.get("hui-masonry-view")) : Object.getPrototypeOf(customElements.get("hui-masonry-view"));
I had this happen with Home Assistant 2023.3.4
Ctrl + R worked, thanks @kic883 ! :)
I have the same issue only from my Android tablet Samsung A6... anyone knows how to solve the issue?
This is the error I get in my lovelace UI. "Custom element doesn't exist: weather-card"
This is my ui-lovelace code:
The weather-card.js is the latest downloaded the raw version from github. My config:
js file and icon folder are both in www/custom-lovelace/weather-card
Am I doing anything wrong?