doudz / homeassistant-zigate

zigate component for Home Assistant
MIT License
48 stars 15 forks source link

Fix #93: home-assistant 0.104.0 removed generated groups #94

Closed pdecat closed 4 years ago

pdecat commented 4 years ago

This PR fixes #93 with HA 0.104.0+.

Note: this should not break compatibility with older HA versions as group_name had a default value.

https://github.com/home-assistant/home-assistant/blob/0.103.6/homeassistant/helpers/entity_component.py#L66

https://github.com/home-assistant/home-assistant/blob/0.104.0/homeassistant/helpers/entity_component.py#L64

pdecat commented 4 years ago

Also fixed in https://github.com/doudz/homeassistant-zigate/commit/7115ebfaaf9763eecb714d2b82a41d38cc60e2a0

doudz commented 4 years ago

oh sorry @pdecat , I didn't see your PR

pdecat commented 4 years ago

No pb :)