gkreitz / homeassistant-grohe_sense

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

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

Open Sleepy81 opened 2 years ago

Sleepy81 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Duplicate of: https://github.com/gkreitz/homeassistant-grohe_sense/issues/18

skinnedpt commented 1 year ago

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