]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Fixed another issue into climate automation
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 11 Feb 2019 15:10:24 +0000 (16:10 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 11 Feb 2019 15:10:24 +0000 (16:10 +0100)
automation/climate.yaml
script/climate.yaml

index 289cd65d5a0b2277cbc5a11d489a6486624688f1..8f6bd20a6db795c5d3473227de99cbcb1bfd2ffa 100644 (file)
@@ -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
index 7813ab45ad0c24e35fce63e8498acd55453f91e2..bed509e4ba3d97e413573ddec6c5ff2cd5bddfa2 100644 (file)
@@ -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 %}