Skip to content

Commit

Permalink
Update home-assistant-cm-automation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nshores authored Mar 27, 2023
1 parent 58000a4 commit 4631283
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,17 +345,14 @@ data:
- condition: state
entity_id: media_player.lg_webos_smart_tv_2
state: 'off'
- condition: state
entity_id: media_player.chromecast0130
state: 'off'
- condition: or
conditions:
- condition: state
entity_id: media_player.shield_4
state: idle
state: 'idle'
- condition: state
entity_id: media_player.shield_4
state: off
state: 'off'
action:
- service: light.turn_off
data:
Expand Down

0 comments on commit 4631283

Please sign in to comment.