Skip to content

Commit

Permalink
Fix groups all_* no longer working
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarb committed Mar 1, 2020
1 parent 1ec3d23 commit e4bc6e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ turn_tv_off:
turn_everything_off:
alias: Turn everything off
sequence:
- service: homeassistant.turn_off
data:
entity_id:
- group.all_lights
- group.all_switches
- media_player.tv
- service: light.turn_off
entity_id: all
- service: switch.turn_off
entity_id: all
- service: media_player.turn_off
entity_id: media_player.tv

cast_youtube:
alias: Cast YouTube
Expand Down

0 comments on commit e4bc6e5

Please sign in to comment.