-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Added doc for controlling two or more covers at once #3013
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
Conversation
Unresolved issues: - open_covers only available when all covers are closed -> Possible fix: allow third state for value_template (half open) - position value in detailed view are either 0 (closed) or 100 (open), neverthanless set_position works as intended
@cdce8p, thanks for your PR! By analyzing the history of the files in this pull request, we identified @PhracturedBlue and @arsaboo to be potential reviewers. |
all_covers: | ||
friendly_name: 'All Covers' | ||
value_template: > | ||
{% if is_state('cover.bedroom', 'open') %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid render of the template, use {% raw %}{{your_template}}{% endraw %}
.
Possible fix for issue one (only able to open covers when all are closed): home-assistant/frontend#356 |
Assume state allows buttons to alwalys be enabled if PR is accepted.
Hope that looks good now. I'm just figuring out, how to use the |
@fabaff Could you please check if the last commit solves your concern? |
Unresolved issues:
Description:
Pull request in home-assistant (if applicable): home-assistant/home-assistant#