@ -142,6 +142,20 @@ script:
data:
data:
entity_id : climate.downstairs
entity_id : climate.downstairs
preset_mode : 'eco'
preset_mode : 'eco'
- conditions:
- condition : and
conditions:
- condition : state
entity_id : group.family
state : 'home'
- condition : numeric_state
entity_id : sensor.pirateweather_temperature
below : 75
sequence:
- service : script.send_to_logbook
data:
topic : "CLIMATE"
message : "Skipping downstairs HVAC changes (outside temp <75F)."
- conditions:
- conditions:
- condition : and
- condition : and
conditions:
conditions:
@ -165,9 +179,14 @@ script:
entity_id : climate.downstairs
entity_id : climate.downstairs
temperature : 78
temperature : 78
- conditions:
- conditions:
- condition : state
- condition : and
entity_id : group.family
conditions:
state : 'home'
- condition : state
entity_id : group.family
state : 'home'
- condition : numeric_state
entity_id : sensor.pirateweather_temperature
above : 75
sequence:
sequence:
- service : script.send_to_logbook
- service : script.send_to_logbook
data:
data: