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

Config flow could not be loaded: {"message":"Invalid handler specified"} #250

Closed
digitalbanana opened this issue Jan 29, 2025 · 4 comments
Closed

Comments

@digitalbanana
Copy link

Getting this trying to add integration to my home assistant

details below:

HomeAssistant
Core
2024.12.0

Frontend
20241127.4

Hosted in Kubernetes (Docker), image:tag homeassistant/home-assistant:2024.12.0

I have tried multiple versions of this HACS HeatMiser integration and have restarted a few time still get the error below:

Image

from the container logs

2025-01-29 16:03:12.111 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration heatmiserneo: No module named 'neohubapi'

Any help is greatly appreciated

@ocrease
Copy link
Collaborator

ocrease commented Jan 29, 2025

@digitalbanana this HA issue sounds exactly what you are seeing. It's a long thread, so not sure what the outcome is.

@Tech33
Copy link

Tech33 commented Jan 30, 2025

Facing the same issue.

@ocrease
Copy link
Collaborator

ocrease commented Jan 30, 2025

@Tech33 Are you also running on Kubernetes? This is an issue with Home Assistant installing integrations, it is not an issue with the integration itself. I suggest reading the issue I linked on my earlier post. Looks like updating to the very latest HA version should fix it.

@digitalbanana
Copy link
Author

@ocrease thanks so much for that - super helpful - sorry i didn't find that ( i did search bit before coming here)...

anyway i got around this issue by adding a symlink as follows - integration loads now @Tech33 happy to try and help if this doesnt work for you

ln -s /config/deps/ /config/deps/lib/python3.13/site-packages (run inside the HA container)

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