simbaja / ha_gehome

GE Home Appliances (SmartHQ) for Home Assistant
MIT License
347 stars 80 forks source link

Integration can't start on HA 2024.10.x #296

Closed raidenii closed 1 month ago

raidenii commented 1 month ago

The gehome integration failed to load at homeassistant.setup step, with error message:

Setup failed for custom integration 'ge_home': Requirements for ge_home not found: ['magicattr==0.1.6', 'gehomesdk==0.5.28', 'slixmpp==1.8.3'].

While it is possible to install those modules with uv pip install, is there anything can be done in upstream to fix this?

raidenii commented 1 month ago

Appears Hass 2024.10 introduced new uv package management and it broke compatibiliy with rootless docker.

https://github.com/home-assistant/core/issues/128214

Closing this as it's an upstream issue.