auto-entities not loaded properly in Lovelace
See original GitHub issueHACS version 1.1.0 Auto-entities version: 16 Home Assistant version 0.110.5 Supervisor 227 HassOS 4.10
Since the last HassOS and HACS update, auto-entities card is not longer loaded properly.
HACS report this repository as Not loaded
.
When trying to reinstall (or uninstall and install again) I receive the following error in home-assistant.log:
2020-06-07 22:58:54 WARNING (MainThread) [hacs.repository.plugin.thomasloven.lovelace-auto-entities] 'install' is deprecated, use 'async_install' instead
In lovelace, it stopped showing the card and showed a red card with the error instead, but since the uninstall/install check it seems to work again.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Lovelace auto-entities not working in .93.2 - Configuration
i got it working now. i had to load both js files and the syntax is as follows. resources: - type: js url:...
Read more >FAQ - UI Lovelace Minimalist
Clear your cache by clicking CTRL + F5 on Windows or SHIFT + reload on Mac. Most common errors¶. Not everything is loaded...
Read more >iobroker.lovelace - npm
The objects can be defined manually in object tree like sql or histroy. The type of entity must be provided and optionally the...
Read more >Anyone had any luck getting Mushroom Chips Card combined ...
I really like auto-entities, I use it in so many different ways in many different cards. The Mushroom cards are neat too, but...
Read more >Home Assistant | Has anyone successfully added the UI-Lovelace ...
Does anyone have instruction on how I can add my module into raspberry PI or companion-pi ?? I have working module which is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Your’e missing the first
/
.@cdeharo agree, maybe a change in the HACS checks/validations (checking now that the file is correctly located even with /local it was still working fine…)… The documentation (repository) indicates still the “/local” file location while when you uninstall and re-install, the last window after installation is indicating the “/hacsfile” file location… Glad it is fixed for you too…