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
|
||||
id: FENSTER_CLOSED
|
||||
- platform: time_pattern
|
||||
# Synce Temperatur alle 20 Minuten (Teiler von 60)
|
||||
minutes: "/20"
|
||||
# Synce Temperatur alle 5 Minuten (Teiler von 60)
|
||||
minutes: "/5"
|
||||
id: SYNC_TEMPERATURE
|
||||
- platform: state
|
||||
entity_id: !input temperature_sensor
|
||||
|
||||
Reference in New Issue
Block a user