You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just added the integration to my Home Assistant setup (using the official container), and restarted HA. When I try to add this integration, I get an error in the UI:
Config flow could not be loaded: {"message":"Invalid handler specified"}
When I look at HA logs, I see:
Dec 01 18:59:59 parrot.farnz.org.uk homeassistant[258840]: 2024-12-01 18:59:59.615 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration uk_bin_collection: No module named 'uk_bin_collection'
My HA install claims to be:
Core 2024.11.3
Frontend 20241106.2
Any idea what I've done wrong?
The text was updated successfully, but these errors were encountered:
Seeing the same issue, using official HA container image (ghcr.io/home-assistant/home-assistant:stable, Core 2024.12.3, frontend 20241127.8), UKBinCollectionData 0.122.0.
Seeing the same error in the log as reported:
2024-12-13 16:47:41.302 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration uk_bin_collection: No module named 'uk_bin_collection'
I've logged into the container, and manually run pip install uk_bin_collection, which has fixed this.
I suspect something's up with the way dependencies are downloaded by HACS, since I can see that you've asked for this to be installed as a dep, but it's not working.
I've just added the integration to my Home Assistant setup (using the official container), and restarted HA. When I try to add this integration, I get an error in the UI:
When I look at HA logs, I see:
My HA install claims to be:
Any idea what I've done wrong?
The text was updated successfully, but these errors were encountered: