From aa0c9a4a61b24d894b0fc190ac9091381f710ae6 Mon Sep 17 00:00:00 2001 From: cpopp Date: Fri, 1 Mar 2019 05:44:01 -0600 Subject: [PATCH] Add support for homekit controller sensors (#8781) Adds support for homekit devices with temperature, humidity, and light level characteristics (such as the iHome iSS50) --- source/_components/homekit_controller.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/homekit_controller.markdown b/source/_components/homekit_controller.markdown index 1f64ea1b02c..60a66137679 100644 --- a/source/_components/homekit_controller.markdown +++ b/source/_components/homekit_controller.markdown @@ -17,6 +17,7 @@ ha_category: - Lock - Switch - Binary Sensor + - Sensor ha_release: 0.68 ha_iot_class: "Local Polling" redirect_from: @@ -26,6 +27,7 @@ redirect_from: - /components/light.homekit_controller/ - /components/lock.homekit_controller/ - /components/switch.homekit_controller/ + - /components/sensor.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. @@ -39,6 +41,7 @@ There is currently support for the following device types within Home Assistant: - Lock (HomeKit lock) - Switch (HomeKit switches) - Binary Sensor (HomeKit motion sensors) +- Sensor (HomeKit humidity, temperature, and light level sensors) The component will be automatically configured if the [`discovery:`](/components/discovery/) component is enabled and an enable entry added for HomeKit: