Skip to content

Switchbot Cloud: Add cover entity description 0718 #40060

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

Merged
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
55 changes: 55 additions & 0 deletions source/_integrations/switchbot_cloud.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Instructions on how to set up SwitchBot Devices.
ha_category:
- Binary Sensor
- Button
- Cover
- Fan
- Hub
- Light
Expand All @@ -23,6 +24,7 @@ ha_domain: switchbot_cloud
ha_platforms:
- binary_sensor
- button
- cover
- climate
- light
- fan
Expand Down Expand Up @@ -56,6 +58,14 @@ Please note, device names configured in the SwitchBot app are transferred into H
- [Plug Mini (HomeKit Enabled)](https://www.switch-bot.com/products/switchbot-plug-mini-homekit-enabled)
- Plug (Wi-Fi only, only available in Japan)

### Cover

- [Curtain (WoCurtain)](https://switch-bot.com/pages/switchbot-curtain) (version 1 & 2)
- [Curtain 3 (WoCtn3)](https://switch-bot.com/pages/switchbot-curtain-3)
- [Blind Tilt (WoBlindTilt)](https://switch-bot.com/pages/switchbot-blind-tilt)
- [Roller Shade](https://www.switch-bot.com/products/switchbot-roller-shade)
- [Garage Door Opener](https://www.switch-bot.com/products/switchbot-garage-door-opener)

### Lights

- [LED Strip Light 3](https://www.switch-bot.com/products/switchbot-led-strip-light-3)
Expand Down Expand Up @@ -134,6 +144,51 @@ Features:
Features:
- turn on or off

### Cover

#### Curtain

Features:
- open/close/pause
- set position
- get position
- get battery level
- get calibration state

#### Curtain 3

Features:
- open/close/pause
- set position
- get position
- get battery level
- get calibration state

#### Blind Tilt

Features:
- close up/close down
- set position
- get position
- get battery level
- get calibration state

#### Roller Shade

Features:
- open/close
- set position
- get position
- get battery level
- get calibration state

#### Garage Door Opener

Features:
- open/close
- set position
- get position
- get calibration state

### Sensors

Expand Down