From b33e1976beb530f69db6a925bc0f8a8990f201f5 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Mon, 25 Jun 2018 09:45:50 -0400 Subject: [PATCH] Updated docs for Homekit controller climate (#5575) --- .../climate.homekit_controller.markdown | 16 ++++++++++++++++ source/_components/homekit_controller.markdown | 1 + 2 files changed, 17 insertions(+) create mode 100644 source/_components/climate.homekit_controller.markdown diff --git a/source/_components/climate.homekit_controller.markdown b/source/_components/climate.homekit_controller.markdown new file mode 100644 index 00000000000..8e0414cf551 --- /dev/null +++ b/source/_components/climate.homekit_controller.markdown @@ -0,0 +1,16 @@ +--- +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/homekit_controller.markdown b/source/_components/homekit_controller.markdown index 910c07e0360..daa9e79b71e 100644 --- a/source/_components/homekit_controller.markdown +++ b/source/_components/homekit_controller.markdown @@ -22,6 +22,7 @@ ha_iot_class: "Local Polling" There is currently support for the following device types within Home Assistant: +- [Climate](/components/climate.homekit_controller/) - [Light](/components/light.homekit_controller/) - [Switch](/components/switch.homekit_controller/)