diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index 1590fb7cd3f3..b225a7703c56 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -3,6 +3,7 @@ title: SwitchBot Bluetooth description: Instructions on how to set up SwitchBot Devices. ha_category: - Binary sensor + - Button - Climate - Cover - Fan @@ -27,6 +28,7 @@ works_with: ha_bluetooth: true ha_platforms: - binary_sensor + - button - climate - cover - diagnostics @@ -203,6 +205,10 @@ For instructions on how to obtain the encryption key, see README in [PySwitchbot - [Smart Radiator Thermostat](https://www.switch-bot.com/products/switchbot-smart-radiator-thermostat) +### Buttons + +- [Art Frame](https://www.switch-bot.com/products/switchbot-ai-art-frame) + ## Works with Home Assistant SwitchBot is committed to making sure their products are up-to-date and ready to use in Home Assistant. @@ -757,7 +763,7 @@ Features: climate entities are added for smart radiator thermostat -This is an encryed device. +This is an encrypted device. Features: @@ -766,6 +772,19 @@ Features: - set mode - set target temperature +### Buttons + +button entities are added for art frame. + +This is an encrypted device. + +Note: Users need to preset images in the app. + +Features: +- next image +- previous image + + ## 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.