Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion source/_integrations/switchbot.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: SwitchBot Bluetooth
description: Instructions on how to set up SwitchBot Devices.
ha_category:
- Binary sensor
- Button
- Climate
- Cover
- Fan
Expand All @@ -27,6 +28,7 @@ works_with:
ha_bluetooth: true
ha_platforms:
- binary_sensor
- button
- climate
- cover
- diagnostics
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -757,7 +763,7 @@ Features:

climate entities are added for smart radiator thermostat

This is an encryed device.
This is an encrypted device.

Features:

Expand All @@ -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.
Expand Down