From 73ca5816e925118d1b48d46d4733cc9fdd45fe5b Mon Sep 17 00:00:00 2001 From: zerzhang <916250497@qq.com> Date: Tue, 15 Apr 2025 17:17:16 +0800 Subject: [PATCH 1/2] add circulator fan --- source/_integrations/switchbot.markdown | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index 770676b0d18d..b7e54e662332 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -72,6 +72,7 @@ Some SwitchBot devices need to be configured within the app before being control - [Remote (WoRemote)](https://www.switch-bot.com/products/switchbot-remote) (currently only supports battery level monitoring) - [Roller Shade](https://www.switch-bot.com/products/switchbot-roller-shade) - [HubMini Matter](https://www.switch-bot.com/products/switchbot-hub-mini-matter-enabled)(currently only supports retrieving sensor data, does not yet support device control) +- [Circulator Fan](https://www.switch-bot.com/products/switchbot-battery-circulator-fan) ## SwitchBot Entity @@ -134,10 +135,10 @@ The close button will close the blinds to the closest closed position (either 0% The Roller Shade is exposed as a cover entity with control of the position only: -| Tilt position | Roller Shade state | -| ------------- | ------------------ | -| <=20% | Open | -| >20% | Close | +| position | Roller Shade state | +| ----------| ------------------ | +| <=20% | Open | +| >20% | Close | ### Simple cover template entity @@ -177,6 +178,10 @@ cover: {% endraw %} +## SwitchBot Circulator Fan + +The Circulator Fan is exposed as a fan entity, depending on the features supported by the device, the integration will allow to change the device mode, adjust the fan speed, shake the head left and right, turn on and turn off + ## Error codes and troubleshooting The SwitchBot integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. From bf1133dff08017f750f074062a2d9f9c66a1e68c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:45:26 +0200 Subject: [PATCH 2/2] tiny tweak --- source/_integrations/switchbot.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index b7e54e662332..47a435d833c3 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -180,7 +180,7 @@ cover: ## SwitchBot Circulator Fan -The Circulator Fan is exposed as a fan entity, depending on the features supported by the device, the integration will allow to change the device mode, adjust the fan speed, shake the head left and right, turn on and turn off +The Circulator Fan is exposed as a fan entity. Depending on the features supported by the device, the integration will allow you to change the device mode, adjust the fan speed, shake the head left and right, turn on and turn off. ## Error codes and troubleshooting