Closed karanbhargava closed 2 years ago
Since the custom integrations don’t get loaded, the connected devices are showing as unavailable.
The issue you are encountering is because of two conflicting versions of libdyson. dyson-cloud is not maintained anymore and thus, does not work at all, and installs an old version of libdyson, which conflicts with the one required by dyson-local.
What you should to return to a usable state is:
pip uninstall -y libdyson
Just putting some things here in case someone gets stuck You'd have to just remove dyson-cloud via integrations. But still do what @Kakise pointed out earlier if this doesn't work. Disable dyson-cloud and dyson-local first in the integrations (not in HACS) Restart Home Assistant Remove dyson-cloud Restart Home Assistant Enable dyson-local Restart Home Assistant Had to use this roundabout approach since the integration wasn't getting removed when using the remove command directly.
Thanks @Kakise for the help! :)
Thanks @Kakise for the help! :)
Glad to hear it works ! :D
I recently upgraded from 2022.5.2 to 2022.5.3 and have been unable to load the local and cloud integrations
Here is the relevant log output
Any help or guidance is appreciated.