Updates for more accurate alerts
This commit is contained in:
parent
4ac5486da4
commit
382c31c3f9
|
@ -47,7 +47,9 @@ automation:
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.carlojuice_amps
|
entity_id: sensor.carlojuice_amps
|
||||||
above: 24.5
|
above: 24
|
||||||
|
for:
|
||||||
|
minutes: 2
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
entity_id: input_boolean.alert_mode
|
entity_id: input_boolean.alert_mode
|
||||||
|
|
Loading…
Reference in New Issue