Update ha-smart-thermostat-control.yaml
add delay instead
This commit is contained in:
parent
e669490559
commit
eb09ef85fc
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ action:
|
|||
# Prevent triggering on automation's own changes
|
||||
- condition: template
|
||||
value_template: >
|
||||
{{ trigger.to_state.context.parent_id == none }}
|
||||
{{ (now() - trigger.from_state.last_changed).total_seconds() > 10 }}
|
||||
sequence:
|
||||
- service: climate.set_temperature
|
||||
target:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue