From 8a7f791d746db18924b34703e7384681180b5962 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 17 Oct 2021 12:13:03 +0200 Subject: [PATCH] Fixed central heating time accoring to last agreement --- packages/central_heating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3