1
0

Change bedroom tv sleep mode to 60 minutes

This commit is contained in:
Przemek Grondek 2024-08-01 01:35:51 +02:00
parent 717f852162
commit d28cd869e8

View File

@ -28,12 +28,6 @@
alias: '[Bedroom] TV turn off at night' alias: '[Bedroom] TV turn off at night'
mode: single mode: single
trigger: trigger:
- platform: state
entity_id:
- input_select.home_mode
to: Night
for:
minutes: 30
- platform: state - platform: state
entity_id: input_select.home_mode entity_id: input_select.home_mode
to: Night to: Night
@ -43,7 +37,7 @@
entity_id: media_player.bedroom_tv entity_id: media_player.bedroom_tv
to: "on" to: "on"
for: for:
minutes: 30 minutes: 60
condition: condition:
- condition: state - condition: state
entity_id: input_select.home_mode entity_id: input_select.home_mode