Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grohe sense integration doesn't work after update to core 2021.6.0 #18

Closed
pschyrembel258 opened this issue Jun 3, 2021 · 4 comments · May be fixed by #20
Closed

grohe sense integration doesn't work after update to core 2021.6.0 #18

pschyrembel258 opened this issue Jun 3, 2021 · 4 comments · May be fixed by #20

Comments

@pschyrembel258
Copy link

Since update of core to version core-2021.6.0 the grohe sense integration doesn't work anymore. See logs:
Setup failed for grohe_sense: Integration not found.
11:05:56 – (FEHLER) setup.py

I have nothing changed before update. If I check my configuration in the server tab there is the following message:

Konfiguration überprüfen
Überprüfen Sie Ihre Konfiguration, wenn Sie kürzlich Änderungen vorgenommen haben und sicherstellen möchten, dass alle Änderungen gültig sind
Konfiguration fehlerhaft
KONFIGURATION PRÜFEN
Component error: grohe_sense - Integration 'grohe_sense' not found.

Folder is still under custom components. I also tried a new refresh token.

Thank you for your help.

Daniel

@isujosh
Copy link

isujosh commented Jun 4, 2021

I had the exact same issue after updating to 2021.6.0. I corrected it by adding a version number to the 'manifest.json' file.

Hope that helps.

@pschyrembel258
Copy link
Author

@isujosh can you please give me an example for the version number?

@isujosh
Copy link

isujosh commented Jun 4, 2021

I just used 1.0.0. Here is my manifest.json file

{ "domain": "grohe_sense", "name": "Grohe Sense", "documentation": "https://github.com/gkreitz/homeassistant-grohe_sense", "dependencies": [], "requirements": [], "codeowners": ["@gkreitz"], "version": "1.0.0" }

Once included, restart HA

@pschyrembel258
Copy link
Author

Thanks it works again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants