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

Integration error: grohe_sense - Integration 'grohe_sense' not found. #19

Open
Sleepy81 opened this issue Nov 28, 2021 · 3 comments
Open

Comments

@Sleepy81
Copy link

Sleepy81 commented Nov 28, 2021

Followed the installation instructions, but then I go to verify the configuration validation prior to restarting HA after editing the configuration.yaml file, I get this:
"Integration error: grohe_sense - Integration 'grohe_sense' not found."
Have copied all the files from GitHub to the config/custom_components/grohe_sense/ and did a restart before edidting the configuration.yaml

New to HA, so might be an easy fix, but im stuck... :)

@Sleepy81
Copy link
Author

Sleepy81 commented Nov 28, 2021

Figured it out myself.
manifest.json must have a cersion key as of HA version 2021.6.
So added edited the manifest.json to:
{
"domain": "grohe_sense",
"name": "Grohe Sense",
"version": "1.0",
"documentation": "https://github.com/gkreitz/homeassistant-grohe_sense",
"dependencies": [],
"requirements": [],
"codeowners": ["@gkreitz"]
}

and it loaded. :)

However, I only get Entities with this integration (flowrate, 1 day, 7 day, humidity etc.), but no Device. Is that correct?

@autopower
Copy link

Duplicate of: #18

@skinnedpt
Copy link

I add the version but the problem remains.
Any idea?

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

No branches or pull requests

3 participants