From e0fe11954769d10d9fd06842653d060c77c2e355 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 20 May 2021 10:48:15 +0300 Subject: [PATCH] Warmer lights --- config/blueprints/automation/light_on_set_temperature.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/blueprints/automation/light_on_set_temperature.yaml b/config/blueprints/automation/light_on_set_temperature.yaml index 11f6c78..5f7cd5f 100644 --- a/config/blueprints/automation/light_on_set_temperature.yaml +++ b/config/blueprints/automation/light_on_set_temperature.yaml @@ -4,7 +4,7 @@ blueprint: input: light: day_temp: - default: 300 + default: 350 evening_temp: default: 400 night_temp: @@ -51,6 +51,8 @@ action: - condition: sun after: sunset after_offset: "+03:00:00" + - condition: sun + before: sunrise sequence: - service: light.turn_on entity_id: !input light