mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Add set_cover_tilt_position example (#20391)
This commit is contained in:
parent
374f1a1343
commit
1c6d4ef2d2
@ -233,6 +233,10 @@ cover:
|
||||
service: script.cover_group_position
|
||||
data:
|
||||
position: "{{position}}"
|
||||
set_cover_tilt_position:
|
||||
service: script.cover_group_tilt_position
|
||||
data:
|
||||
tilt: "{{tilt}}"
|
||||
value_template: "{{is_state('sensor.cover_group', 'open')}}"
|
||||
icon_template: >-
|
||||
{% if is_state('sensor.cover_group', 'open') %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user