We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d051f7 commit 6563ee7Copy full SHA for 6563ee7
1 file changed
home_assistant_edition/espac_configuration.yaml
@@ -112,14 +112,15 @@ uart:
112
time:
113
- platform: sntp
114
id: refresh_thermostat
115
- on_time:
+ timezone: CET-1CEST,M3.5.0,M10.5.0/3
116
+ update_interval: 15min
117
+ on_time:
118
+ # refresh_thermostat every 30s
119
- seconds: /30
120
then:
- - lambda: id(external_temp).publish_state(id(external_temp).state);
-
- - platform: sntp
121
- id: idletooff
122
+ - lambda: |-
+ id(external_temp).publish_state(id(external_temp).state);
123
+ # idletooff every 10s
124
- seconds: /10
125
126
- lambda: |-
0 commit comments