Add alarm control panel to ZHA (#17617)

This commit is contained in:
David F. Mulcahey 2021-04-27 11:27:03 -04:00 committed by GitHub
parent 91c0ba773b
commit c9a2520c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ title: Zigbee Home Automation
description: Instructions on how to integrate your Zigbee Home Automation (ZHA) devices within Home Assistant. description: Instructions on how to integrate your Zigbee Home Automation (ZHA) devices within Home Assistant.
ha_category: ha_category:
- Hub - Hub
- Alarm
- Binary Sensor - Binary Sensor
- Climate - Climate
- Fan - Fan
@ -21,6 +22,7 @@ ha_codeowners:
- '@adminiuga' - '@adminiuga'
ha_domain: zha ha_domain: zha
ha_platforms: ha_platforms:
- alarm_control_panel
- binary_sensor - binary_sensor
- climate - climate
- cover - cover
@ -39,6 +41,7 @@ ZHA uses an open-source Python library implementing a hardware-independent Zigbe
There is currently support for the following device types within Home Assistant: There is currently support for the following device types within Home Assistant:
- Alarm Control Panel
- Binary Sensor - Binary Sensor
- Climate (beta) - Climate (beta)
- Cover - Cover