Fixed typo in cover automation (#2922)
This commit is contained in:
parent
aa67b14e3b
commit
5380823190
1 changed files with 4 additions and 4 deletions
|
@ -65,13 +65,13 @@ cover:
|
|||
value_template: "{% raw %}{{ sensor.garage_door }}{% endraw %}"
|
||||
open_cover:
|
||||
service: switch.turn_on
|
||||
entity_is: switch.garage_door
|
||||
entity_id: switch.garage_door
|
||||
close_cover:
|
||||
service: switch.turn_off
|
||||
entity_is: switch.garage_door
|
||||
entity_id: switch.garage_door
|
||||
stop_cover:
|
||||
service: switch.turn_on
|
||||
entity_is: switch.garage_door
|
||||
entity_id: switch.garage_door
|
||||
icon_template: "{% raw %}{% if not is_state('sensor.garage_door', 'on') %}mdi:garage-open{% else %}mdi:garage{% endif %}{% endraw %}"
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue