core/homeassistant/components/zha
Alexei Chetroi a5d405700c
ZHA channel ZCL attributes initialization (#56476)
* Add dict of attributes to initialize

* Refactor get_attributes() method

Read 5 attributes at the time.

* Add ZCL_INIT_ATTRS attribute to base Zigbee channel

* Update tests and general clusters

* Update channels to use ZCL_INIT_ATTRS

* Update channels to use ZCL_INIT_ATTRS

* Fix tests

* Refactor async_initialize() to be a retryable request

* Maky pylint happy again
2021-09-22 11:34:30 -04:00
..
core ZHA channel ZCL attributes initialization (#56476) 2021-09-22 11:34:30 -04:00
translations [ci skip] Translation update 2021-09-07 00:11:29 +00:00
__init__.py Use `async_update_entry` in config unit test instead of modifying `data` (#55855) 2021-09-06 16:57:59 -04:00
alarm_control_panel.py
api.py
binary_sensor.py ZHA: Added support for ZigBee Simple Sensor device and Binary Input c… (#55819) 2021-09-06 01:41:57 -04:00
climate.py
config_flow.py Fix exception during rediscovery of ignored zha config entries (#55859) 2021-09-06 13:35:24 -07:00
cover.py
device_action.py
device_tracker.py
device_trigger.py
entity.py
fan.py
light.py
lock.py
manifest.json Bump up ZHA dependencies (#56359) 2021-09-17 19:52:49 -04:00
number.py
sensor.py
services.yaml
strings.json
switch.py