core/homeassistant/components/zha
David F. Mulcahey a644c2e8ba
Add alarm control panel support to ZHA (#49080)
* start implementation of IAS ACE

* starting alarm control panel

* enums

* use new enums from zigpy

* fix import

* write state

* fix registries after rebase

* remove extra line

* cleanup

* fix deprecation warning

* updates to catch up with codebase evolution

* minor updates

* cleanup

* implement more ias ace functionality

* cleanup

* make config helper work for supplied section

* connect to configuration

* use ha async_create_task

* add some tests

* remove unused restore method

* update tests

* add tests from panel POV

* dynamically include alarm control panel config

* fix import

Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
2021-04-27 10:58:59 -04:00
..
core Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
translations [ci skip] Translation update 2021-04-15 00:02:56 +00:00
__init__.py Rename HomeAssistantType to HomeAssistant, integrations w* - z* (#49543) 2021-04-22 11:04:28 -04:00
alarm_control_panel.py Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
api.py Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
binary_sensor.py
climate.py
config_flow.py Remove some unneeded pylint disables, update ref to util.process one (#49314) 2021-04-17 09:25:20 +02:00
cover.py
device_action.py
device_tracker.py
device_trigger.py
entity.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
fan.py
light.py Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
lock.py
manifest.json Bump ZHA quirks library (#49757) 2021-04-27 10:02:16 -04:00
number.py
sensor.py Rename HomeAssistantType to HomeAssistant, integrations w* - z* (#49543) 2021-04-22 11:04:28 -04:00
services.yaml
strings.json
switch.py