how do i make this
condition should be below 35 for 3 minuts
condition: numeric_state
entity_id: sensor.ovn_watt
below: 35
???value_template: '00:03:00'
how do i make this
condition should be below 35 for 3 minuts
condition: numeric_state
entity_id: sensor.ovn_watt
below: 35
???value_template: '00:03:00'
The Numeric State Condition doesn’t support the use of for
to indicate a time period.
Can you modify your automation so that the sensor’s value is monitored by a Numeric State Trigger? Because a Numeric State Trigger supports the use of for
.
thanks - i could , but when i restarts HA it does not remember the 3 minuts :-/
Correct. The same thing happens when you execute Reload Automations (which happens in the background every time you click the Save button in the Automation Editor).
Post your automation and perhaps there’s a way to modify it to meet your requirements.