hass-core/tests/components/zha
David F. Mulcahey 1222aa8c56 Add ZHA group API (#29641)
* add skeleton to retrieve zigbee groups
* get single group
* add a group
* return group members with group
* add comment
* fix group members
* add function to add device to group
* add group members
* add remove from group method
* add api to remove members from group
* add remove groups method
* clean up group add and remove
* fix remove group
* fix remove groups
* add api to get only groupable devices
* change var init
* add tests
* address review comment
2019-12-09 14:50:04 -05:00
..
__init__.py Add config entry for ZHA (#18352) 2018-11-27 21:21:25 +01:00
common.py Add ZHA group API (#29641) 2019-12-09 14:50:04 -05:00
conftest.py Add ZHA group API (#29641) 2019-12-09 14:50:04 -05:00
test_api.py Add ZHA group API (#29641) 2019-12-09 14:50:04 -05:00
test_binary_sensor.py Don't set entity_id in ZHA entities (#28362) 2019-10-31 12:31:06 -04:00
test_channels.py Use more decorators for ZHA Core registries. (#25737) 2019-08-06 20:01:14 -04:00
test_config_flow.py Move remaining of ZHA imports to top level. (#28071) 2019-10-21 19:30:56 -04:00
test_device_action.py Move remaining of ZHA imports to top level. (#28071) 2019-10-21 19:30:56 -04:00
test_device_tracker.py Don't set entity_id in ZHA entities (#28362) 2019-10-31 12:31:06 -04:00
test_device_trigger.py Move remaining of ZHA imports to top level. (#28071) 2019-10-21 19:30:56 -04:00
test_fan.py Don't set entity_id in ZHA entities (#28362) 2019-10-31 12:31:06 -04:00
test_light.py Don't set entity_id in ZHA entities (#28362) 2019-10-31 12:31:06 -04:00
test_lock.py Don't set entity_id in ZHA entities (#28362) 2019-10-31 12:31:06 -04:00
test_sensor.py Don't set entity_id in ZHA entities (#28362) 2019-10-31 12:31:06 -04:00
test_switch.py Don't set entity_id in ZHA entities (#28362) 2019-10-31 12:31:06 -04:00