diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index 25ad07a6d2c..dcd05d21817 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -5,6 +5,7 @@ ha_category: - Binary sensor - Cover - Fan + - Humidifier - Light - Lock - Sensor @@ -119,6 +120,8 @@ For instructions on how to obtain the encryption key, see README in [PySwitchbot - [Color Bulb (WoBulb)](https://switch-bot.com/pages/switchbot-color-bulb) - [Light Strip (WoStrip)](https://www.switchbot.jp/products/switchbot-strip-light) - [Smart Ceiling Light (WoCeiling)](https://www.switchbot.jp/products/switchbot-ceiling-light) +- [Strip Light 3](https://www.switch-bot.com/products/switchbot-led-strip-light-3) +- [Floor Lamp](https://www.switch-bot.com/products/switchbot-floor-lamp) ### Locks @@ -130,6 +133,7 @@ For instructions on how to obtain the encryption key, see README in [PySwitchbot ### Humidifiers - [Humidifier (WoHumi)](https://www.switchbot.jp/products/switchbot-smart-humidifier) +- [Evaporative Humidifier](https://www.switch-bot.com/products/switchbot-evaporative-humidifier-auto-refill) ### Sensors @@ -184,6 +188,7 @@ Switch entities are added for Bot, Plug Mini, and Relay Switch. Password protection: You can set a device password in the SwitchBot app to prevent people nearby take control of your device. When a password is set, you need to enter the correct password in order to add it to the integrations. Features: + - turn on or off - press - get battery level @@ -194,6 +199,7 @@ Attributes: #### Plug Mini Features: + - turn on or off - get power consumption readings @@ -202,6 +208,7 @@ Features: This is an encrypted device. Features: + - turn on or off #### Relay Switch 1PM @@ -209,6 +216,7 @@ Features: This is an encrypted device. Features: + - turn on or off - get power - get voltage @@ -221,6 +229,7 @@ Cover entities are added for Curtain, Curtain 3, Blind Tilt, and Roller Shade. #### Curtain Features: + - open/close/pause - set position - get position @@ -231,6 +240,7 @@ Features: #### Curtain 3 Features: + - open/close/pause - set position - get position @@ -241,6 +251,7 @@ Features: #### Blind Tilt Features: + - close up/close down/pause - set position - get position @@ -305,6 +316,7 @@ The Roller Shade is exposed as a cover entity with control of the position only: | >20% | Close | Features: + - open/close/pause - set position - get position @@ -317,6 +329,7 @@ Sensor entiteis are added for thermometer and hygrometer devices, motion sensor, #### Meter Features: + - get temperature - get humidity - get battery level @@ -324,6 +337,7 @@ Features: #### Meter Plus Features: + - get temperature - get humidity - get battery level @@ -331,6 +345,7 @@ Features: #### Indoor/Outdoor Meter Features: + - get temperature - get humidity - get battery level @@ -338,6 +353,7 @@ Features: #### Meter Pro Features: + - get temperature - get humidity - get battery level @@ -345,6 +361,7 @@ Features: #### Meter Pro CO2 Monitor Features: + - get temperature - get humidity - get carbon dioxide @@ -364,10 +381,13 @@ Features: - motion detection state - get battery level + #### Water Leak Detector + This is an encrypted device. Features: + - leak or dry state - get battery level @@ -380,6 +400,14 @@ Features: Light entities are added for Color Bulb, LED Strip Light, and Ceiling Light. +#### Ceiling Light + +Features: + +- turn on or off +- change brightness +- change color temperature + #### Color Bulb Features: @@ -387,13 +415,40 @@ Features: - change brightness - change color temperature - change color +- set effect #### LED Strip Light Features: + - turn on or off - change brightness - change color +- set effect + +#### Strip Light 3 + +This is an encrypted device. + +Features: + +- turn on or off +- change brightness +- change color temperature +- change color +- set effect + +#### Floor Lamp + +This is an encrypted device. + +Features: + +- turn on or off +- change brightness +- change color temperature +- change color +- set effect ### Locks @@ -404,6 +459,7 @@ Note: The integration currently only uses the primary lock state; in dual lock m This is an encrypted device. Features: + - Lock or unlock - open or closed state - auto-lock paused state @@ -518,6 +574,31 @@ Features: - return to base - get battery +### Humidifiers + +Humidifier entities are added for Humidifier and Evaporative Humidifier. + +#### Humidifier + +Features: + +- turn on +- turn off +- set mode +- set humidity + +#### Evaporative Humidifier + +This is an encrypted device. +Note: Not all modes support unless you bind the temperature and humidity sensor. + +Features: + +- turn on +- turn off +- set mode +- set humidity + ## Data updates SwitchBot devices utilize a [​​local push](/blog/2016/02/12/classifying-the-internet-of-things/#classifiers)​​ strategy to maintain real-time status updates. When devices detect state changes, they actively push updates to Home Assistant for immediate synchronization. For user-initiated actions through Home Assistant (for example, when turning a device on/off), the integration performs an additional proactive status fetch to ensure instant confirmation of the new state.