From 1c05548cb29d648ba9da2a3d06e7b58cf50a74ee Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 29 Aug 2022 11:57:34 -0500 Subject: [PATCH] Add support for lights to switchbot (#23919) --- source/_integrations/switchbot.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index 84f55503731..8f40b6b025e 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -4,6 +4,7 @@ description: Instructions on how to set up SwitchBot Devices. ha_category: - Binary Sensor - Cover + - Light - Sensor - Switch ha_release: 0.78 @@ -18,6 +19,7 @@ ha_bluetooth: true ha_platforms: - binary_sensor - cover + - light - sensor - switch ha_config_flow: true @@ -43,9 +45,11 @@ Please note, device names configured in the SwitchBot app are not transferred in ## Supported Devices +- Color Bulb (WoBulb) - Bot (WoHand) - Contact Sensor (WoContact) - Curtain (WoCurtain) +- Light Strip (WoStrip) - Meter (WoSensorTH) - Motion Sensor (WoPresence) - Plug Mini (WoPlug), both the original (model W1901400) and HomeKit-enabled (model W1901401)