Skip to content
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

Add motion blinds favorite position docs #34233

Merged
merged 3 commits into from
Aug 14, 2024
Merged
Changes from 2 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
7 changes: 7 additions & 0 deletions source/_integrations/motion_blinds.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ha_codeowners:
- '@starkillerOG'
ha_config_flow: true
ha_platforms:
- button
- cover
- sensor
ha_dhcp: true
Expand Down Expand Up @@ -95,6 +96,12 @@ In the official Bloc Blinds app go to settings (three bars > gear icon), go to t

Click the about page of the connector app 5 times to get the key ([iOS app](https://apps.apple.com/us/app/connector/id1344058317), [Android app](https://play.google.com/store/apps/details?id=com.smarthome.app.connector)).

## Favorite position

A *Go to favorite position* button entity allows you to move the blind to its favorite position. In order for this entity to show up, you first need to set the favorite position of the blind in the mobile app, using a remote or using physicall buttons on the blind, refer to the manual of your specific blind for instructions.
c0ffeeca7 marked this conversation as resolved.
Show resolved Hide resolved

The *Set current position as favorite* button entity allows you to change the favorite position. In order for this to work, the blind first needs to be put in programming mode by shortly pressing the reset button on the blind. It will start stepping (moving a small bit up-down repeatedly) and you can then use the *Set current position as favorite* entity. After you are done, shortly press the reset button again to exit the programming mode.
c0ffeeca7 marked this conversation as resolved.
Show resolved Hide resolved

## Top Down Bottom Up (TDBU) blinds

TDBU blinds consist of two bars controlled by two motors designated by Top and Bottom with fabric in between.
Expand Down