mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-07-21 19:40:17 +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'
|
initial_state: 'on'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.dark_sky_overnight_low_temperature_0d
|
entity_id: sensor.accurite_back_porch_temperature
|
||||||
above: 35
|
above: 33
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.freeze_warning
|
entity_id: input_boolean.freeze_warning
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
- condition: numeric_state
|
||||||
|
entity_id: sensor.dark_sky_overnight_low_temperature_0d
|
||||||
|
above: 35
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
entity_id: input_boolean.freeze_warning
|
entity_id: input_boolean.freeze_warning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user