mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-04-06 05:24:44 +00:00
Tweaking freeze warning to turn off if temp is above freezing and forecast to stay aboev freezing
This commit is contained in:
parent
89c4446b15
commit
8aa5e2c3af
@ -235,12 +235,15 @@ automation:
|
||||
initial_state: 'on'
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.dark_sky_overnight_low_temperature_0d
|
||||
above: 35
|
||||
entity_id: sensor.accurite_back_porch_temperature
|
||||
above: 33
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_boolean.freeze_warning
|
||||
state: 'on'
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.dark_sky_overnight_low_temperature_0d
|
||||
above: 35
|
||||
action:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.freeze_warning
|
||||
|
Loading…
x
Reference in New Issue
Block a user