From b87171e95085fb035299d68d7b10b9c37a319b93 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 15 Aug 2020 20:42:58 +0300 Subject: [PATCH] Parallel temperature automations --- config/packages/modules/lighting/temperature.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/packages/modules/lighting/temperature.yaml b/config/packages/modules/lighting/temperature.yaml index 8e1b53d..e20bc73 100644 --- a/config/packages/modules/lighting/temperature.yaml +++ b/config/packages/modules/lighting/temperature.yaml @@ -11,6 +11,7 @@ script: automation: - alias: Lighting · Temperature · Adjust on start + mode: parallel trigger: platform: state entity_id: @@ -33,6 +34,7 @@ automation: color_temp: "{{ 400 if is_state('sun.sun', 'above_horizon') else 500 }}" - alias: Lighting · Temperature · Adjust based on time + mode: parallel # TODO: this trigger is not good. Figure out something else. trigger: platform: sun