I would delete everything in deps and restart HA. This folder should be empty in 99% of cases. AFAIK, only a few integrations should put files in there.
Current version of aiofiles is 24.1.0 and pytz 2024.2, so these are all very old.
I would delete everything in deps and restart HA. This folder should be empty in 99% of cases. AFAIK, only a few integrations should put files in there.
Current version of aiofiles is 24.1.0 and pytz 2024.2, so these are all very old.
Removed them all and restarted, confirmed that the integration sets up without issue now. Thanks @msp1974 and @mill1000!
Full instructions for anyone else down the road experiencing this:
docker exec -it homeassistant bash
cd /config/deps/lib/python3.12/site-packages
rm -rf msmart*
Alternatively, if you have file manager or vscode installed, you can access the deps folder via those and delete the files.
Hi, worked for me too, thank you