From 6563ee7e8d0c37b3f3c9c7a4121f849f37d30c96 Mon Sep 17 00:00:00 2001 From: Carmelo Date: Sun, 7 Dec 2025 18:09:45 +0100 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=90=9B=20Fix=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home_assistant_edition/espac_configuration.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/home_assistant_edition/espac_configuration.yaml b/home_assistant_edition/espac_configuration.yaml index cf200aa..c6fb291 100644 --- a/home_assistant_edition/espac_configuration.yaml +++ b/home_assistant_edition/espac_configuration.yaml @@ -112,14 +112,15 @@ uart: time: - platform: sntp id: refresh_thermostat - on_time: + timezone: CET-1CEST,M3.5.0,M10.5.0/3 + update_interval: 15min + on_time: + # refresh_thermostat every 30s - seconds: /30 then: - - lambda: id(external_temp).publish_state(id(external_temp).state); - - - platform: sntp - id: idletooff - on_time: + - lambda: |- + id(external_temp).publish_state(id(external_temp).state); + # idletooff every 10s - seconds: /10 then: - lambda: |-