From e20c5106bbfaa8fe476b0efa61d1e900d034389a Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 28 May 2022 13:10:24 +0300 Subject: [PATCH] Fix automation entity id --- config/blueprints/automation/light_sun_set_temperature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/blueprints/automation/light_sun_set_temperature.yaml b/config/blueprints/automation/light_sun_set_temperature.yaml index f502792..a94c979 100644 --- a/config/blueprints/automation/light_sun_set_temperature.yaml +++ b/config/blueprints/automation/light_sun_set_temperature.yaml @@ -21,5 +21,5 @@ condition: action: - service: light.turn_on data_template: - entity_id: "{{ trigger.entity_id }}" + entity_id: !input light color_temp: !input temp