integration wont open and cant delete to attempt reinstall
Closed this issue ยท 9 comments
here are my logs:
Logger: homeassistant.setup
Source: setup.py:221
First occurred: 11:27:10 AM (1 occurrences)
Last logged: 11:27:10 AM
Setup failed for custom integration 'kingspan_watchman_sensit': Requirements for kingspan_watchman_sensit not found: ['kingspan-connect-sensor==3.0.2'].
2024-01-04 11:26:17.966 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration kingspan_watchman_sensit 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
2024-01-04 11:27:10.435 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'kingspan_watchman_sensit': Requirements for kingspan_watchman_sensit not found: ['kingspan-connect-sensor==3.0.2'].
File "/config/custom_components/kingspan_watchman_sensit/init.py", line 17, in
from .api import APIError, SENSiTApiClient
File "/config/custom_components/kingspan_watchman_sensit/api.py", line 6, in
File "/config/custom_components/kingspan_watchman_sensit/init.py", line 17, in
from .api import APIError, SENSiTApiClient
File "/config/custom_components/kingspan_watchman_sensit/api.py", line 6, in
thanks
just updated to ha 2024.1 dont know if this was broken before or after
Issue is caused by 24.01.0. Reverting to 23.12.4 the integration loads and functions normally.
Can confirm I am also seeing this on 24.01.0
:
Logger: homeassistant.setup
Source: setup.py:221
First occurred: 09:12:51 (1 occurrences)
Last logged: 09:12:51
Setup failed for custom integration 'kingspan_watchman_sensit': Requirements for kingspan_watchman_sensit not found: ['kingspan-connect-sensor==3.0.2'].
+1 from me - agree it seems to have been induced by the latest release of HA 24.01.0
Python dependency hell again. Will look at it this weekend, but reverting to 2023.12 is the solution for now.
LOL - appreciate it @masaccio. I bet you are regretting the day I reached out to you to develop this integration ๐
v1.6.4 has been released but breaks differently.
And now v1.6.5. Loads in my 2014.1.
Thanks @masaccio - applying latest HA updates and your integration v1.6.5 now working a treat again!
Thankyou for fixing this so quickly.