Added a trigger for my freeze warning condition based on forecasted low
This commit is contained in:
parent
013b3e0635
commit
ae10320108
|
@ -211,7 +211,16 @@ automation:
|
|||
action:
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.freeze_warning
|
||||
|
||||
|
||||
- alias: Forecast Low Near Freezing
|
||||
initial_state: 'on'
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.dark_sky_overnight_low_temperature_0d
|
||||
below: 35
|
||||
action:
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.freeze_warning
|
||||
|
||||
- alias: Activate Tornado alarm
|
||||
initial_state: 'on'
|
||||
|
|
Loading…
Reference in New Issue