From 27af5ec1b56e4e97aa68e58dad24531cb10fc045 Mon Sep 17 00:00:00 2001 From: Retha Runolfsson <137745329+zerzhang@users.noreply.github.com> Date: Tue, 6 May 2025 14:15:05 +0800 Subject: [PATCH] Add docs for switchbot circulator fan (#38545) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/switchbot.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index 84ccbf6d074..d5fbe9602e6 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -138,6 +138,10 @@ For instructions on how to obtain the encryption key, see README in [PySwitchbot - [Hub 2 (WoHub2)](https://switch-bot.com/pages/switchbot-hub-2) (currently only supports retrieving sensor data, does not yet support device control) - [Hub Mini Matter Enabled](https://www.switch-bot.com/products/switchbot-hub-mini-matter-enabled)(currently only supports retrieving sensor data, does not yet support device control) +### Fans + +- [Circulator Fan](https://www.switch-bot.com/products/switchbot-battery-circulator-fan) + ## Supported functionality ### Common @@ -414,6 +418,19 @@ Features: - get temperature - get humidity +### Fans + +Fan entities are added for Circulator Fan. + +Features: + +- turn on +- turn off +- set speed +- set mode +- oscillate left and right + + ## 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.