mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
🚜 Merges/Redirect Homekit controller component pages (#8333)
This commit is contained in:
parent
0f16f812c8
commit
9255332fbf
@ -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/).
|
|
@ -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/).
|
|
@ -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/).
|
|
@ -8,9 +8,24 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: apple-homekit.png
|
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_release: 0.68
|
||||||
ha_iot_class: "Local Polling"
|
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.
|
[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:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
- [Alarm Control Panel](/components/alarm_control_panel.homekit_controller/)
|
- Alarm Control Panel (HomeKit security system)
|
||||||
- [Climate](/components/climate.homekit_controller/)
|
- Climate (HomeKit thermostats and air conditioners)
|
||||||
- [Cover](/components/cover.homekit_controller/)
|
- Cover (HomeKit garage door openers, windows, or window coverings)
|
||||||
- [Light](/components/light.homekit_controller/)
|
- Light (HomeKit lights)
|
||||||
- [Lock](/components/lock.homekit_controller/)
|
- Lock (HomeKit lock)
|
||||||
- [Switch](/components/switch.homekit_controller/)
|
- 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:
|
The component will be automatically configured if the [`discovery:`](/components/discovery/) component is enabled and an enable entry added for HomeKit:
|
||||||
|
|
||||||
|
@ -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/).
|
|
@ -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/).
|
|
@ -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/).
|
|
Loading…
x
Reference in New Issue
Block a user