mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-07 13:25:08 +00:00
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:
|
action:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
entity_id: input_boolean.freeze_warning
|
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
|
- alias: Activate Tornado alarm
|
||||||
initial_state: 'on'
|
initial_state: 'on'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user