gkreitz / homeassistant-grohe_sense

Grohe Sense integration for Home Assistant
MIT License
42 stars 25 forks source link

Error needs version in mainfest, HA requirement #33

Open KlausLadegaard opened 1 year ago

KlausLadegaard commented 1 year ago

Got this error

2023-09-06 19:05:41.524 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration grohe_sense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2023-09-06 19:05:41.524 ERROR (SyncWorker_2) [homeassistant.loader] The custom integration 'grohe_sense' does not have a version key 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

can this plz be imbedded

Jeharadk commented 1 year ago

That makes sense that it stopped working for me as well.

Does anybody have a workaround for it?

KlausLadegaard commented 12 months ago

Workaround is to go to manifest.json in /config/custom_components/grohe_sense

Add a line with "version": "1.0",

And restpart HA

hope it helps

Jeharadk commented 11 months ago

@KlausLadegaard
Thank you for the suggestion. It was already in there though (might have added it at some point, can't remember), so it doesn't seem to work for me at least.