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
Describe the bug
When trying to add this component via the Settings > Devices and Services menu in Home Assistant.I get this error:
Config flow could not be loaded: {"message":"Invalid handler specified"}
To Reproduce
Steps to reproduce the behavior:
Go to HACS
Click on huesyncbox, download, restart ha, after install go to settings, devices and services, click on add integration, search huesyncbox, click on Philips hue play hdmi sync box
See error
Expected behavior
being able to add the integration.
Diagnostics
If possible add diagnostics data from HA. The "Download diagnostics" option can be found in the vertical 3 dots menu (⋮) of the integration.
This is not possible, I do not see the integration
Logging Error occurred loading flow for integration huesyncbox: No module named 'aiohuesyncbox'
Environment
Provide details about the versions you are using, which helps to reproduce and find the issue quicker.
Home Assistant Core version: Core 2024.12.1
Home Assistant operating environment (OS/Container/Supervised/Core): Core
Huesyncbox integration version: v2.50
Last working version (if known): n/a
Additional info pip install aiohuesyncbox seems to have fixed this, but I couldn't find any documentation that this was required.
The text was updated successfully, but these errors were encountered:
The aiohuesyncbox package is supposed to be installed automatically by Home Assistant when it loads the integration.
Because I have only seen this being reported by people running a Core installation I suspect this happens because Home Assistant is using uv instead of pip to install packages nowadays. This was introduced in the 2024.10 October release.
Could it be that uv is not installed?
(although I would expect more issues in that case)
Describe the bug
When trying to add this component via the Settings > Devices and Services menu in Home Assistant.I get this error:
Config flow could not be loaded: {"message":"Invalid handler specified"}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
being able to add the integration.
Diagnostics
If possible add diagnostics data from HA. The "Download diagnostics" option can be found in the vertical 3 dots menu (⋮) of the integration.
This is not possible, I do not see the integration
Logging
Error occurred loading flow for integration huesyncbox: No module named 'aiohuesyncbox'
Environment
Provide details about the versions you are using, which helps to reproduce and find the issue quicker.
Additional info
pip install aiohuesyncbox
seems to have fixed this, but I couldn't find any documentation that this was required.The text was updated successfully, but these errors were encountered: