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