🚜 Merges/Redirect Homekit controller component pages (#8333)

This commit is contained in:
Klaas Schoute 2019-01-29 02:27:33 +01:00 committed by GitHub
parent 0f16f812c8
commit 9255332fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 103 deletions

View File

@ -1,16 +0,0 @@
---
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

@ -1,16 +0,0 @@
---
layout: page
title: "HomeKit Climate"
description: "Instructions how to setup HomeKit thermostats within Home Assistant."
date: 2018-06-19 20:00
sidebar: true
comments: false
sharing: true
footer: true
logo: apple-homekit.png
ha_category: Climate
ha_iot_class: "Local Polling"
ha_release: 0.73
---
To get your HomeKit thermostats and air conditioners working with Home Assistant, follow the instructions for the general [HomeKit controller component](/components/homekit_controller/).

View File

@ -1,16 +0,0 @@
---
layout: page
title: "HomeKit Cover"
description: "Instructions how to setup HomeKit covers within Home Assistant."
date: 2019-1-8 5:30
sidebar: true
comments: false
sharing: true
footer: true
logo: apple-homekit.png
ha_category: Cover
ha_iot_class: "Local Polling"
ha_release: 0.86
---
To get your HomeKit garage door openers, windows, or window coverings working with Home Assistant, follow the instructions for the general [HomeKit controller component](/components/homekit_controller/).

View File

@ -8,9 +8,24 @@ comments: false
sharing: true
footer: true
logo: apple-homekit.png
ha_category: Hub
ha_category:
- Hub
- Alarm Panel Control
- Climate
- Cover
- Light
- Lock
- Switch
- Binary Sensor
ha_release: 0.68
ha_iot_class: "Local Polling"
redirect_from:
- /components/alarm_control_panel.homekit_controller/
- /components/climate.homekit_controller/
- /components/cover.homekit_controller/
- /components/light.homekit_controller/
- /components/lock.homekit_controller/
- /components/switch.homekit_controller/
---
[HomeKit](https://developer.apple.com/homekit/) controller integration for Home Assistant allows you to connect HomeKit accessories to Home Assistant. This component should not be confused with the [HomeKit](/components/homekit/) component, which allows you to control Home Assistant devices via HomeKit.
@ -22,12 +37,13 @@ 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/)
- [Lock](/components/lock.homekit_controller/)
- [Switch](/components/switch.homekit_controller/)
- Alarm Control Panel (HomeKit security system)
- Climate (HomeKit thermostats and air conditioners)
- Cover (HomeKit garage door openers, windows, or window coverings)
- Light (HomeKit lights)
- Lock (HomeKit lock)
- Switch (HomeKit switches)
- Binary Sensor (HomeKit motion sensors)
The component will be automatically configured if the [`discovery:`](/components/discovery/) component is enabled and an enable entry added for HomeKit:

View File

@ -1,16 +0,0 @@
---
layout: page
title: "HomeKit Light"
description: "Instructions how to setup HomeKit lights within Home Assistant."
date: 2017-03-19 21:08
sidebar: true
comments: false
sharing: true
footer: true
logo: apple-homekit.png
ha_category: Light
ha_iot_class: "Local Polling"
ha_release: 0.68
---
To get your HomeKit lights working with Home Assistant, follow the instructions for the general [HomeKit controller component](/components/homekit_controller/).

View File

@ -1,16 +0,0 @@
---
layout: page
title: "HomeKit Lock"
description: "Instructions how to setup HomeKit locks within Home Assistant."
date: 2019-1-8 7:00
sidebar: true
comments: false
sharing: true
footer: true
logo: apple-homekit.png
ha_category: Lock
ha_iot_class: "Local Polling"
ha_release: 0.86
---
To get your HomeKit lock working with Home Assistant, follow the instructions for the general [HomeKit controller component](/components/homekit_controller/).

View File

@ -1,16 +0,0 @@
---
layout: page
title: "HomeKit Switch"
description: "Instructions on how to setup HomeKit switches within Home Assistant."
date: 2017-03-19 21:08
sidebar: true
comments: false
sharing: true
footer: true
logo: apple-homekit.png
ha_category: Switch
ha_iot_class: "Local Polling"
ha_release: 0.68
---
To get your HomeKit switches working with Home Assistant, follow the instructions for the general [HomeKit controller component](/components/homekit_controller/).