Skip to content

Commit 6943625

Browse files
committed
time
1 parent 1d051f7 commit 6943625

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

home_assistant_edition/espac_configuration.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,15 @@ uart:
112112
time:
113113
- platform: sntp
114114
id: refresh_thermostat
115-
on_time:
115+
timezone: CET-1CEST,M3.5.0,M10.5.0/3
116+
update_interval: 15min
117+
on_time:
118+
# refresh_thermostat every 30s
116119
- seconds: /30
117120
then:
118-
- lambda: id(external_temp).publish_state(id(external_temp).state);
119-
120-
- platform: sntp
121-
id: idletooff
122-
on_time:
121+
- lambda: |-
122+
id(external_temp).publish_state(id(external_temp).state);
123+
# idletooff every 10s
123124
- seconds: /10
124125
then:
125126
- lambda: |-

0 commit comments

Comments
 (0)