Hi,
Iām trying to set up the Daikin Madoka integration but am encountering an error during the configuration flow. The integration folder and required dependency have been installed successfully, but I cannot complete the setup.
Describe the bug:
When I go to Settings > Devices & services > Add integration and search for āDaikin Madoka,ā clicking on the integration results in the following error message:
Error
Config flow could not be loaded: {āmessageā:āInvalid handler specifiedā}
To Reproduce:
Installed the custom component by placing the daikin_madoka folder in /config/custom_components.
successfully paired the Madoka controller to my Home Assistant instanceās built-in Bluetooth adapter.
Installed the pymadoka dependency manually using the SSH & Web Terminal add-on with the following command:
pip install pymadoka==0.2.12 --target /config/custom_components/daikin_madoka/
Restarted Home Assistant.
Went to Settings > Devices & services > Add integration and attempted to add the Daikin Madoka integration.
Expected behavior:
The configuration flow should load, allowing me to enter the necessary details to set up the Madoka controller.
System Information:
Installation Method: Home Assistant OS
Home Assistant Core: 2025.8.0
Home Assistant Supervisor: 2025.07.3
Home Assistant Operating System: 16.0
Frontend: 20250806.0
Additional context:
I have tried several troubleshooting steps, including:
Verifying the folder name (daikin_madoka) and file structure in custom_components.
Confirming the presence of the init.py file.
I tried the steps here for modern #60 also.
Recursively setting file permissions with chmod -R 777 /config/custom_components/daikin_madoka.
Attempting to install the pymadoka dependency via the ha core shell (which did not work on my system). The pip command in the SSH & Web Terminal add-on was the only successful way to install it.
Re-downloading the entire integration from the GitHub repository to ensure file integrity.
The issue persists after all these attempts.
Any help would be appreciated