From b171bcb9a66cc037c988a48df5dbe6cbe5879de2 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Wed, 22 Oct 2025 12:44:08 -0400 Subject: [PATCH] Update HA version to 2025.10.3 and modify climate automation conditions for improved temperature control. Added new numeric state conditions for temperature thresholds and updated thermostat settings for daylight automation. Move the entire Nest schedule to Home Assistant. #1509 --- config/.HA_VERSION | 2 +- config/packages/climate.yaml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index f95e230e..8627012e 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2025.9.4 \ No newline at end of file +2025.10.3 \ No newline at end of file diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index 8c2e69c8..e95f5553 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -176,6 +176,9 @@ automation: entity_id: climate.downstairs attribute: temperature above: 76 + - condition: numeric_state + entity_id: sensor.pirateweather_temperature + above: 88 - condition: state entity_id: sun.sun state: 'below_horizon' @@ -184,8 +187,8 @@ automation: data: entity_id: climate.downstairs temperature: 76 - - alias: 'Set Downstairs Thermostat to 79 During Daylight' - id: set_downstairs_thermostat_79_daylight + - alias: 'Set Downstairs Thermostat to 80 During Daylight' + id: set_downstairs_thermostat_80_daylight mode: single trigger: - platform: state @@ -204,6 +207,9 @@ automation: - condition: state entity_id: input_boolean.guest_mode state: 'off' + - condition: numeric_state + entity_id: sensor.pirateweather_temperature + above: 80 action: - service: climate.set_temperature data: