Add docs for switchbot new integration roller shade and hubmini matter (#38357)

* add roller shade and hubmini matter

* Update source/_integrations/switchbot.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Retha Runolfsson 2025-04-11 13:52:04 +08:00 committed by GitHub
parent 760c5ab31f
commit f6426cda2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,8 @@ Some SwitchBot devices need to be configured within the app before being control
- [Relay Switch 1PM](https://www.switch-bot.com/products/switchbot-relay-switch-1pm)
- [Water Leak Detector](https://www.switch-bot.com/products/switchbot-water-leak-detector)
- [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)
## SwitchBot Entity
@ -128,6 +130,15 @@ The blind tilt is exposed as a cover entity with control of the tilt position on
The close button will close the blinds to the closest closed position (either 0% or 100%), and defaults to closing down if the blinds are fully open. Because Home Assistant believes 100% is open, the default cards will disable the open button when the tilt is at 100%, but the action will still work and open the blind to 50%.
## SwitchBot Roller Shade
The Roller Shade is exposed as a cover entity with control of the position only:
| Tilt position | Roller Shade state |
| ------------- | ------------------ |
| <=20% | Open |
| >20% | Close |
### Simple cover template entity
Some integrations may expose your SwitchBot Blind Tilt to other actions which expect that 100% is open and 0% is fully closed. Using a [Cover Template](/integrations/cover.template), a proxy entity can be created which will be open at 100% and closed at 0%. This template entity is limited to closing in one direction.