]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Fixed central heating time accoring to last agreement
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 17 Oct 2021 10:13:03 +0000 (12:13 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 17 Oct 2021 10:13:03 +0000 (12:13 +0200)
packages/central_heating.yaml

index 71532f41e92dce9832a9e7eea863613934fdd04c..f1cd0ad25d2a3697e180c4cae59af2cf62d95b0a 100644 (file)
@@ -58,7 +58,7 @@ automation:
                 message: "Il riscaldamento centralizzato รจ stato acceso"
 
         # Switch off
-        - conditions: "{{ now().month == 5 and now().day == 15 and is_state('input_boolean.central_heating', 'on')}}"
+        - conditions: "{{ now().month == 4 and now().day == 15 and is_state('input_boolean.central_heating', 'on')}}"
           sequence:
             - service: input_boolean.turn_off
               data_template: