Change bedroom tv sleep mode to 60 minutes
This commit is contained in:
parent
717f852162
commit
d28cd869e8
@ -28,12 +28,6 @@
|
||||
alias: '[Bedroom] TV turn off at night'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- input_select.home_mode
|
||||
to: Night
|
||||
for:
|
||||
minutes: 30
|
||||
- platform: state
|
||||
entity_id: input_select.home_mode
|
||||
to: Night
|
||||
@ -43,7 +37,7 @@
|
||||
entity_id: media_player.bedroom_tv
|
||||
to: "on"
|
||||
for:
|
||||
minutes: 30
|
||||
minutes: 60
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
|
Loading…
Reference in New Issue
Block a user