Skip to content

Commit

Permalink
fix cover scripts entity_id
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanfili committed Jul 6, 2019
1 parent 90a4fee commit facb456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ roller_shutters_up:
alias: "Shutters up"
sequence:
- service: cover.open_cover
entity_id: cover.all
entity_id: all
roller_shutters_down:
alias: "Shutters down"
sequence:
- service: cover.close_cover
entity_id: cover.all
entity_id: all

0 comments on commit facb456

Please sign in to comment.