From cc5cc274c88e0e30c6ee01734d4e013efb5e952b Mon Sep 17 00:00:00 2001 From: David Radcliffe Date: Tue, 23 Jul 2019 20:03:48 -0400 Subject: [PATCH] add contact sensor to homekit_controller docs (#9931) --- source/_components/homekit_controller.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/homekit_controller.markdown b/source/_components/homekit_controller.markdown index c595c781d09..7981213cb5f 100644 --- a/source/_components/homekit_controller.markdown +++ b/source/_components/homekit_controller.markdown @@ -34,7 +34,7 @@ There is currently support for the following device types within Home Assistant: - Light (HomeKit lights) - Lock (HomeKit lock) - Switch (HomeKit switches) -- Binary Sensor (HomeKit motion sensors) +- Binary Sensor (HomeKit motion sensors and contact sensors) - Sensor (HomeKit humidity, temperature, and light level sensors) The integration will be automatically configured if the [`discovery`](/components/discovery/) integration is enabled.