reduce sync to 5 minutes - is only synced if last sync is older than 20 minutes
This commit is contained in:
@@ -177,8 +177,8 @@ triggers:
|
|||||||
for: !input window_delay_close
|
for: !input window_delay_close
|
||||||
id: FENSTER_CLOSED
|
id: FENSTER_CLOSED
|
||||||
- platform: time_pattern
|
- platform: time_pattern
|
||||||
# Synce Temperatur alle 20 Minuten (Teiler von 60)
|
# Synce Temperatur alle 5 Minuten (Teiler von 60)
|
||||||
minutes: "/20"
|
minutes: "/5"
|
||||||
id: SYNC_TEMPERATURE
|
id: SYNC_TEMPERATURE
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: !input temperature_sensor
|
entity_id: !input temperature_sensor
|
||||||
|
|||||||
Reference in New Issue
Block a user