Skip to content

Add docs for switchbot circulator fan #38545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
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
13 changes: 9 additions & 4 deletions source/_integrations/switchbot.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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 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

The SwitchBot integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional.
Expand Down