HA 2021.6.0 version key warning confusion
See original GitHub issueHi, I just updated HA to 2021.6.0 (docker on rpi3) and now on startup I get this in HA log
2021-06-02 23:22:12 ERROR (SyncWorker_2) [homeassistant.loader] The custom integration 'mitemp_bt' does not have a valid version key (None) in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details
But, the integration is loaded in Integrations screen and all the sensors are receiving data and showing in the dashboard.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
2021.6: A little bit of everything - Home Assistant
A release full of nice little things! Dual mode support for themes, push updates for Hue, control the polling interval of any integration ......
Read more >No Device & service · Issue #64 · MTrab/landroid_cloud - GitHub
I have the versione 2021.6.0 and not found device or service ... 'landroid_cloud' does not have a valid version key (None) in the...
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
Good to hear. I’ve seen some more people with this issue. I think it’s related to HACS, which didn’t delete the old folder during the update. Not sure why, for most people it was deleted without any problems, but you’re not the only one. But manually deleting is the solution in that case.
Indeed I previously configured in yaml, and then reconfigured in ui (via that same link), but apparently I must’ve missed up a step somewhere because it turns out I had both
mitemp_bt
andble_monitor
incustom_components
although hacs only showed the new one. I could’ve sworn I uninstalled the old one when switching from yaml, but somehow it stayed behind.I just deleted the
mitemp_bt
directory in there and did nothing else, restarted ha container and it just works.