Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Component error: home_connect_beta - Integration 'home_connect_beta' not found #133

Open
MarcoLeti opened this issue Sep 11, 2021 · 6 comments

Comments

@MarcoLeti
Copy link

This may not be an issue, I am trying to setup home_connect_beta with HACS. It seems everything is fine, the home_connect_beta folder is in the custom_components folder of home assistant but, when I put this

home_connect_beta:
client_id: my_id
client_secret: my_secret

in the yaml file I get an error of validation under General > Server Controls:

Configuration invalid
Component error: home_connect_beta - Integration 'home_connect_beta' not found.

Did somebody faced the same issue?

Plus I am skipping point 3 because they say base_url is decommissioned and I added the info under General > External URL, Internal URL

Thanks for supporting

@MarcoLeti
Copy link
Author

MarcoLeti commented Sep 15, 2021

@DavidMStraub any idea what I am doing wrong?

@DavidMStraub
Copy link
Owner

No, no idea. Strange.

@MarcoLeti
Copy link
Author

can be something related to file permission? I have this

home_connect_beta $ ls -l
total 56
-rw-r--r--    1 root     root          2934 Sep 15 22:48 __init__.py
-rw-r--r--    1 root     root         14340 Sep 15 22:48 api.py
-rw-r--r--    1 root     root          2164 Sep 15 22:48 binary_sensor.py
-rw-r--r--    1 root     root           594 Sep 15 22:48 config_flow.py
-rw-r--r--    1 root     root           658 Sep 15 22:48 const.py
-rw-r--r--    1 root     root          1999 Sep 15 22:48 entity.py
-rw-r--r--    1 root     root           271 Sep 15 22:48 manifest.json
-rw-r--r--    1 root     root          2918 Sep 15 22:48 sensor.py
-rw-r--r--    1 root     root           355 Sep 15 22:48 strings.json
-rw-r--r--    1 root     root          5532 Sep 15 22:48 switch.py

@MarcoLeti
Copy link
Author

I tried another repo and it works having the same permissions so I guess no...

@otsafe
Copy link

otsafe commented Oct 16, 2021

By default (at least here) it installs an old version. Try to change to master. Verify that the manifest file downloaded match the one here on github. Even if I selected the master during installation, it picked the wrong version. So I had to manually after install, select reinstall, and then master.
image

@MarcoLeti
Copy link
Author

@otsafe yes that's exactlt the issue! I did as you suggested and now is working. Thank you very much for letting me know!!!

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

No branches or pull requests

3 participants