hass-core/homeassistant/components/zha/core
puddly 2986a2f01b
Identify the active ZHA coordinator device in API responses (#74739)
* Remove deprecated zigpy properties

* Create a `ZHADevice.is_active_coordinator` property

* Add `@puddly` to the ZHA code owners

* Create a `ZHAGateway.coordinator_ieee` shortcut property
2022-07-11 14:19:30 -04:00
..
channels
__init__.py
const.py Identify the active ZHA coordinator device in API responses (#74739) 2022-07-11 14:19:30 -04:00
decorators.py
device.py Identify the active ZHA coordinator device in API responses (#74739) 2022-07-11 14:19:30 -04:00
discovery.py
gateway.py Identify the active ZHA coordinator device in API responses (#74739) 2022-07-11 14:19:30 -04:00
group.py
helpers.py Correctly handle device triggers for missing ZHA devices (#74894) 2022-07-10 13:35:45 -04:00
registries.py