From: Giorgio Ravera Date: Sun, 17 Oct 2021 10:13:03 +0000 (+0200) Subject: Fixed central heating time accoring to last agreement X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=8a7f791d746db18924b34703e7384681180b5962;p=homeassistant.git Fixed central heating time accoring to last agreement --- diff --git a/packages/central_heating.yaml b/packages/central_heating.yaml index 71532f41..f1cd0ad2 100644 --- a/packages/central_heating.yaml +++ b/packages/central_heating.yaml @@ -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: