core/homeassistant/components/zha
puddly 867caab70a
Speed up ZHA initialization and improve startup responsiveness (#108103)
* Limit concurrency of startup traffic to allow for interactive usage

* Drop `retryable_req`, we already have request retrying

* Oops, `min` -> `max`

* Add a comment describing why `async_initialize` is not concurrent

* Fix existing unit tests

* Break out fetching mains state into its own function to unit test
2024-01-17 18:36:28 -05:00
..
core Speed up ZHA initialization and improve startup responsiveness (#108103) 2024-01-17 18:36:28 -05:00
repairs
__init__.py
alarm_control_panel.py
api.py
backup.py
binary_sensor.py
button.py
climate.py
config_flow.py
cover.py
device_action.py
device_tracker.py
device_trigger.py
diagnostics.py
entity.py
fan.py
light.py
lock.py
logbook.py
manifest.json Bump ZHA dependency zigpy to 0.60.6 (#108266) 2024-01-17 18:34:10 -05:00
number.py
radio_manager.py
select.py
sensor.py Dynamically map state class, device class and UoM in ZHA smart energy metering sensor (#107685) 2024-01-17 00:40:00 +01:00
services.yaml
silabs_multiprotocol.py
siren.py
strings.json Let zigpy decide on default manufacturer id (#108257) 2024-01-17 15:42:20 -05:00
switch.py
websocket_api.py Let zigpy decide on default manufacturer id (#108257) 2024-01-17 15:42:20 -05:00