1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/zha/core
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
..
channels Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
__init__.py
const.py Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
decorators.py Update typing 14 (#48078) 2021-03-18 15:08:35 +01:00
device.py Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
discovery.py Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
gateway.py Add support for custom configurations in ZHA (#48423) 2021-04-12 07:08:42 -04:00
group.py Rename HomeAssistantType to HomeAssistant, integrations w* - z* (#49543) 2021-04-22 11:04:28 -04:00
helpers.py Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
registries.py Add alarm control panel support to ZHA (#49080) 2021-04-27 10:58:59 -04:00
store.py HomeAssistantType —> HomeAssistant for Integrations p* - s* (#49558) 2021-04-22 19:58:02 +02:00
typing.py