Custom integration requirements failing to update

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:

  1. Download the Advanced SSH & Web Terminal addon GitHub - hassio-addons/addon-ssh: Advanced SSH & Web Terminal - Home Assistant Community Add-ons
  2. Turn off Protection mode
  3. Open webui
  4. Enter docker exec -it homeassistant bash
  5. cd /config/deps/lib/python3.12/site-packages
  6. rm -rf msmart*
  7. Restart homeassistant
2 Likes

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

Excellent! Many thanks to @msp1974 and @SukramJ