Add support for lights to switchbot (#23919)

This commit is contained in:
J. Nick Koston 2022-08-29 11:57:34 -05:00 committed by GitHub
parent 8a50c29fbc
commit 1c05548cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ description: Instructions on how to set up SwitchBot Devices.
ha_category: ha_category:
- Binary Sensor - Binary Sensor
- Cover - Cover
- Light
- Sensor - Sensor
- Switch - Switch
ha_release: 0.78 ha_release: 0.78
@ -18,6 +19,7 @@ ha_bluetooth: true
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- cover - cover
- light
- sensor - sensor
- switch - switch
ha_config_flow: true ha_config_flow: true
@ -43,9 +45,11 @@ Please note, device names configured in the SwitchBot app are not transferred in
## Supported Devices ## Supported Devices
- Color Bulb (WoBulb)
- Bot (WoHand) - Bot (WoHand)
- Contact Sensor (WoContact) - Contact Sensor (WoContact)
- Curtain (WoCurtain) - Curtain (WoCurtain)
- Light Strip (WoStrip)
- Meter (WoSensorTH) - Meter (WoSensorTH)
- Motion Sensor (WoPresence) - Motion Sensor (WoPresence)
- Plug Mini (WoPlug), both the original (model W1901400) and HomeKit-enabled (model W1901401) - Plug Mini (WoPlug), both the original (model W1901400) and HomeKit-enabled (model W1901401)