Add changes for alarm_control_panel.homekit_controller (#7965)

* added documenation changes for alarm_control_panel.homekit_controller

* alphabetical order for homekitcontroller_alarm_control_panel change

* bump version for homekit controller alarm control panel
This commit is contained in:
Austin Drummond 2019-01-22 06:18:56 -05:00 committed by Paulus Schoutsen
parent 8e668ea0b1
commit c76db449f7
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
layout: page
title: "HomeKit Alarm Control Panel"
description: "Instructions how to setup HomeKit security systems within Home Assistant."
date: 2018-12-27 20:00
sidebar: true
comments: false
sharing: true
footer: true
logo: apple-homekit.png
ha_category: Alarm Control Panel
ha_iot_class: "Local Polling"
ha_release: 0.86
---
To get your HomeKit security system working with Home Assistant, follow the instructions for the general [HomeKit controller component](/components/homekit_controller/).

View File

@ -22,6 +22,7 @@ ha_iot_class: "Local Polling"
There is currently support for the following device types within Home Assistant:
- [Alarm Control Panel](/components/alarm_control_panel.homekit_controller/)
- [Climate](/components/climate.homekit_controller/)
- [Cover](/components/cover.homekit_controller/)
- [Light](/components/light.homekit_controller/)