Skip to content

Commit

Permalink
🐛 (cover): Correct entity ids in template cover
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Jan 29, 2024
1 parent 0583f27 commit c4f28a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions integrations/cover/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
mdi:garage
{% endif %}
open_cover:
service: switch.turn_on
service: switch.toggle
data:
entity_id: switch.garagepoort
close_cover:
service: switch.turn_on
service: switch.toggle
data:
entity_id: garagepoort
entity_id: switch.garagepoort
stop_cover:
service: switch.turn_on
service: switch.toggle
data:
entity_id: garagepoort
entity_id: switch.garagepoort

0 comments on commit c4f28a3

Please sign in to comment.