From e6113353e6788284a0bcbf93a712542eb891d401 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 28 May 2022 12:32:56 +0300 Subject: [PATCH] parallel automations --- config/blueprints/automation/light_on_set_temperature.yaml | 2 +- config/blueprints/automation/light_sun_set_temperature.yaml | 2 ++ 2 files 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 b12c7f2..26806cd 100644 --- a/config/blueprints/automation/light_on_set_temperature.yaml +++ b/config/blueprints/automation/light_on_set_temperature.yaml @@ -15,7 +15,7 @@ trigger: entity_id: !input light to: "on" -mode: queued +mode: parallel condition: condition: state diff --git a/config/blueprints/automation/light_sun_set_temperature.yaml b/config/blueprints/automation/light_sun_set_temperature.yaml index 4203127..f502792 100644 --- a/config/blueprints/automation/light_sun_set_temperature.yaml +++ b/config/blueprints/automation/light_sun_set_temperature.yaml @@ -7,6 +7,8 @@ blueprint: after_offset: default: "+00:00:00" +mode: parallel + trigger: platform: sun event: sunset