diff --git a/source/_components/alarm_control_panel.homekit_controller.markdown b/source/_components/alarm_control_panel.homekit_controller.markdown deleted file mode 100644 index ae24f556192..00000000000 --- a/source/_components/alarm_control_panel.homekit_controller.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/climate.homekit_controller.markdown b/source/_components/climate.homekit_controller.markdown deleted file mode 100644 index 8e0414cf551..00000000000 --- a/source/_components/climate.homekit_controller.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/cover.homekit_controller.markdown b/source/_components/cover.homekit_controller.markdown deleted file mode 100644 index d641ac746a9..00000000000 --- a/source/_components/cover.homekit_controller.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/homekit_controller.markdown b/source/_components/homekit_controller.markdown index 1992d84b1d8..b347b0873ae 100644 --- a/source/_components/homekit_controller.markdown +++ b/source/_components/homekit_controller.markdown @@ -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: diff --git a/source/_components/light.homekit_controller.markdown b/source/_components/light.homekit_controller.markdown deleted file mode 100644 index f3f7243a10f..00000000000 --- a/source/_components/light.homekit_controller.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/lock.homekit_controller.markdown b/source/_components/lock.homekit_controller.markdown deleted file mode 100644 index 399acb61c73..00000000000 --- a/source/_components/lock.homekit_controller.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/switch.homekit_controller.markdown b/source/_components/switch.homekit_controller.markdown deleted file mode 100644 index d4b50659595..00000000000 --- a/source/_components/switch.homekit_controller.markdown +++ /dev/null @@ -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/).