diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 9ef8d5e8..0f759855 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2026.2.0 \ No newline at end of file +2026.2.1 \ No newline at end of file diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index 27f9e72e..7d237d2d 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -142,6 +142,20 @@ script: data: entity_id: climate.downstairs 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: - condition: and conditions: @@ -165,9 +179,14 @@ script: entity_id: climate.downstairs temperature: 78 - conditions: - - condition: state - entity_id: group.family - state: 'home' + - condition: and + conditions: + - condition: state + entity_id: group.family + state: 'home' + - condition: numeric_state + entity_id: sensor.pirateweather_temperature + above: 75 sequence: - service: script.send_to_logbook data: