core/tests/components/zha
David F. Mulcahey 4248893007
Clean up custom polling in ZHA device and light (#32653)
* cleanup timer handle when device is removed

* separate unavailable times for mains vs battery

* better name

* remove light refresh handle when removing light

* remove unused parallel updates

* don't steal HA const for different purpose

* don't flood network every hour for lights

* update test to test both intervals

* add test for light refresh interval

* fix tests

* update test

* put parallel updates back for now...

* fix async_schedule_update_ha_state usage

* review comment

* review comment

* update test - review conversation

* review comments

* await count not call count

* flip some state
2020-03-11 07:17:53 -04:00
..
__init__.py
common.py Add PollControl cluster support to ZHA (#32618) 2020-03-09 19:55:25 -04:00
conftest.py ZHA: Successful pairing feedback (#32456) 2020-03-04 19:27:37 -05:00
test_api.py ZHA tests refactoring (#31744) 2020-02-12 16:12:14 -05:00
test_binary_sensor.py ZHA tests refactoring (#31744) 2020-02-12 16:12:14 -05:00
test_channels.py Add PollControl cluster support to ZHA (#32618) 2020-03-09 19:55:25 -04:00
test_config_flow.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
test_cover.py Bump up ZHA dependencies. (#32609) 2020-03-09 12:39:41 -04:00
test_device.py Clean up custom polling in ZHA device and light (#32653) 2020-03-11 07:17:53 -04:00
test_device_action.py ZHA device channel refactoring (#31971) 2020-02-21 18:06:57 -05:00
test_device_tracker.py ZHA tests refactoring (#31744) 2020-02-12 16:12:14 -05:00
test_device_trigger.py ZHA device channel refactoring (#31971) 2020-02-21 18:06:57 -05:00
test_discover.py Bump up ZHA dependencies. (#32609) 2020-03-09 12:39:41 -04:00
test_fan.py ZHA tests refactoring (#31744) 2020-02-12 16:12:14 -05:00
test_gateway.py ZHA tests refactoring (#31744) 2020-02-12 16:12:14 -05:00
test_light.py Clean up custom polling in ZHA device and light (#32653) 2020-03-11 07:17:53 -04:00
test_lock.py ZHA tests refactoring (#31744) 2020-02-12 16:12:14 -05:00
test_registries.py ZHA device channel refactoring (#31971) 2020-02-21 18:06:57 -05:00
test_sensor.py Add and use percentage constant (#32094) 2020-02-28 11:46:48 -08:00
test_switch.py Bump up ZHA dependencies. (#32609) 2020-03-09 12:39:41 -04:00
zha_devices_list.py Make ZHA Scene channel an eventable channel. (#32546) 2020-03-06 17:32:26 -05:00