From d28cd869e83ed0f43a1ffdefb22667dd0f915429 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 1 Aug 2024 01:35:51 +0200 Subject: [PATCH] Change bedroom tv sleep mode to 60 minutes --- configuration/automations/bedroom-tv.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configuration/automations/bedroom-tv.yaml b/configuration/automations/bedroom-tv.yaml index d20e03e..c3d4c3a 100644 --- a/configuration/automations/bedroom-tv.yaml +++ b/configuration/automations/bedroom-tv.yaml @@ -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