core/tests/components/deconz
Robert Svensson 34245c3add
Add alarm control panel support to deCONZ integration (#48736)
* Infrastructure in place

* Base implementation

* Add alarm event

* Add custom services to alarm control panel

* Add service descriptions

* Increase test coverage

* Simplified to one entity service with an options selector

* Remove everything but the essentials

* Add library with proper support

* Fix stale comments
2021-04-20 17:34:11 +02:00
..
__init__.py
conftest.py
test_alarm_control_panel.py Add alarm control panel support to deCONZ integration (#48736) 2021-04-20 17:34:11 +02:00
test_binary_sensor.py
test_climate.py
test_config_flow.py
test_cover.py
test_deconz_event.py Add alarm control panel support to deCONZ integration (#48736) 2021-04-20 17:34:11 +02:00
test_device_trigger.py
test_fan.py
test_gateway.py Add alarm control panel support to deCONZ integration (#48736) 2021-04-20 17:34:11 +02:00
test_init.py
test_light.py
test_lock.py Add support for ZHADoorLock locks to deCONZ integration(#48516) 2021-03-31 09:36:06 +02:00
test_logbook.py
test_scene.py
test_sensor.py
test_services.py
test_switch.py