diff --git a/config/packages/weather_alerts_nws.yaml b/config/packages/weather_alerts_nws.yaml index d9050f1..e6222c9 100755 --- a/config/packages/weather_alerts_nws.yaml +++ b/config/packages/weather_alerts_nws.yaml @@ -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'