From 2df8da55cde6fb94c5868be29a1b021b34b6500d Mon Sep 17 00:00:00 2001 From: quthla Date: Mon, 5 Nov 2018 21:36:59 +0100 Subject: [PATCH] Add scenes as switches HomeKit (#7371) --- source/_components/homekit.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index d87844743f3..790ff6cca93 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -260,7 +260,7 @@ The following components are currently supported: | Component | Type Name | Description | | --------- | --------- | ----------- | | alarm_control_panel | SecuritySystem | All security systems. | -| automation / input_boolean / remote / script | Switch | All represented as switches. | +| automation / input_boolean / remote / scene / script | Switch | All represented as switches. | | binary_sensor | Sensor | Support for `co2`, `door`, `garage_door`, `gas`, `moisture`, `motion`, `occupancy`, `opening`, `smoke` and `window` device classes. Defaults to the `occupancy` device class for everything else. | | climate | Thermostat | All climate devices. | | cover | GarageDoorOpener | All covers that support `open` and `close` and have `garage` as their `device_class`. |