core/tests/components/zha
David F. Mulcahey 4f767dd3ef
Add entities for ZHA fan groups (#33291)
* start of fan groups

* update fan classes

* update group entity domains

* add set speed

* update discovery for multiple entities for groups

* add fan group entity tests

* cleanup const

* cleanup entity_domain usage

* remove bad super call

* remove bad update line

* fix set speed on fan group

* change comparison

* pythonic list

* discovery guards

* Update homeassistant/components/zha/core/discovery.py

Co-Authored-By: Alexei Chetroi <lexoid@gmail.com>

Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
2020-03-26 22:19:48 -04:00
..
__init__.py
common.py Add group entity support to ZHA (#33196) 2020-03-25 07:23:54 -04:00
conftest.py Add group entity support to ZHA (#33196) 2020-03-25 07:23:54 -04:00
test_api.py
test_binary_sensor.py Fix handling of attribute reports in ZHA sensors and binary sensors (#32776) 2020-03-13 19:17:50 -04:00
test_channels.py Refactor ZHA EventChannels (#32709) 2020-03-21 19:59:32 -04:00
test_config_flow.py
test_cover.py Fix handling of attribute reports in ZHA sensors and binary sensors (#32776) 2020-03-13 19:17:50 -04:00
test_device.py Update sw_version in device registry for ZHA devices (#33184) 2020-03-23 12:42:41 -04:00
test_device_action.py Refactor ZHA EventChannels (#32709) 2020-03-21 19:59:32 -04:00
test_device_tracker.py Fix handling of attribute reports in ZHA sensors and binary sensors (#32776) 2020-03-13 19:17:50 -04:00
test_device_trigger.py Refactor ZHA EventChannels (#32709) 2020-03-21 19:59:32 -04:00
test_discover.py Refactor ZHA EventChannels (#32709) 2020-03-21 19:59:32 -04:00
test_fan.py Add entities for ZHA fan groups (#33291) 2020-03-26 22:19:48 -04:00
test_gateway.py Add entities for ZHA fan groups (#33291) 2020-03-26 22:19:48 -04:00
test_light.py Add entities for ZHA fan groups (#33291) 2020-03-26 22:19:48 -04:00
test_lock.py Fix handling of attribute reports in ZHA sensors and binary sensors (#32776) 2020-03-13 19:17:50 -04:00
test_registries.py Poll Hue lights in ZHA (#33017) 2020-03-19 22:14:07 -04:00
test_sensor.py Fix handling of attribute reports in ZHA sensors and binary sensors (#32776) 2020-03-13 19:17:50 -04:00
test_switch.py Add entities for ZHA fan groups (#33291) 2020-03-26 22:19:48 -04:00
zha_devices_list.py Update sw_version in device registry for ZHA devices (#33184) 2020-03-23 12:42:41 -04:00