From f6426cda2e5d352ecec38a8fec7005d0ea4f4c6c Mon Sep 17 00:00:00 2001 From: Retha Runolfsson <137745329+zerzhang@users.noreply.github.com> Date: Fri, 11 Apr 2025 13:52:04 +0800 Subject: [PATCH] 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> --- source/_integrations/switchbot.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index a288c091728..770676b0d18 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -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.