From 28a648d75208e7f4395006e7f408d27ccd4710d7 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 11 Feb 2019 16:10:24 +0100 Subject: [PATCH] Fixed another issue into climate automation --- automation/climate.yaml | 8 ++++---- script/climate.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automation/climate.yaml b/automation/climate.yaml index 289cd65d..8f6bd20a 100644 --- a/automation/climate.yaml +++ b/automation/climate.yaml @@ -29,7 +29,7 @@ action: - service: script.climate_daily_schedule data_template: - entity_id: climate.bagno_termostato_cucina + entity_id: climate.cucina_termostato_cucina temp1: 20 temp2: 18 temp3: 20 @@ -38,7 +38,7 @@ - service: script.climate_daily_schedule data_template: - entity_id: climate.bagno_termostato_sala + entity_id: climate.sala_termostato_sala temp1: 18 temp2: 18 temp3: 19.5 @@ -56,7 +56,7 @@ - service: script.climate_daily_schedule data_template: - entity_id: climate.bagno_termostato_studio + entity_id: climate.studio_termostato_studio temp1: 18 temp2: 18 temp3: 19.5 @@ -65,7 +65,7 @@ - service: script.climate_daily_schedule data_template: - entity_id: climate.bagno_termostato_camera + entity_id: climate.camera_termostato_camera temp1: 19 temp2: 18 temp3: 19 diff --git a/script/climate.yaml b/script/climate.yaml index 7813ab45..bed509e4 100644 --- a/script/climate.yaml +++ b/script/climate.yaml @@ -33,6 +33,6 @@ climate_daily_schedule: {{ temp3 }} {% elif ((current_date_string|int) >= (time4_string|int)) and ((current_date_string|int) < (time5_string|int)) %} {{ temp4 }} - {% else % } + {% else %} {{ temp5 }} {% endif %} -- 2.47.3