Switch bedroom tv to smartthings integration
This commit is contained in:
parent
df8ee4c555
commit
e91e5dbbe6
@ -2,7 +2,7 @@
|
||||
alias: '[Bedroom] TV On'
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: media_player.bedroom_tv
|
||||
entity_id: switch.bedroom_tv
|
||||
to: 'on'
|
||||
condition:
|
||||
- condition: state
|
||||
@ -15,7 +15,7 @@
|
||||
alias: '[Bedroom] TV Off'
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: media_player.bedroom_tv
|
||||
entity_id: switch.bedroom_tv
|
||||
to: 'off'
|
||||
condition:
|
||||
- condition: state
|
||||
|
Loading…
Reference in New Issue
Block a user