From 1c91252512f48da5fb0bc1d6a65bff146d0c74bb Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Mon, 3 Nov 2025 12:35:24 -0500 Subject: [PATCH] Update HA version to 2025.10.4 and modify climate automation to set temperatures directly instead of using preset modes for improved control. Adjusted automation sequences for both upstairs and downstairs thermostats. Replace Nest Thermostat #1508 --- config/.HA_VERSION | 2 +- config/packages/climate.yaml | 12 +++++++----- config/packages/powerwall.yaml | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 8627012e..1bdb457b 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2025.10.3 \ No newline at end of file +2025.10.4 \ No newline at end of file diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index e95f5553..2d48d26c 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -234,10 +234,12 @@ automation: action: - service: climate.set_preset_mode data: - entity_id: - - climate.downstairs - - climate.upstairs + entity_id: climate.downstairs preset_mode: 'eco' + - service: climate.set_temperature + data: + entity_id: climate.upstairs + temperature: 84 # Automation: Set Thermostats Back to Cool Mode - alias: 'Set Thermostats to Cool When Home' @@ -278,7 +280,7 @@ automation: entity_id: person.justin state: 'home' sequence: - - service: climate.set_preset_mode + - service: climate.set_temperature data: entity_id: climate.upstairs - preset_mode: 'none' + temperature: 80 diff --git a/config/packages/powerwall.yaml b/config/packages/powerwall.yaml index 2933664c..8a30eef4 100755 --- a/config/packages/powerwall.yaml +++ b/config/packages/powerwall.yaml @@ -156,10 +156,10 @@ automation: data: entity_id: climate.upstairs hvac_mode: cool - - service: climate.set_preset_mode + - service: climate.set_temperature data: entity_id: climate.upstairs - preset_mode: eco + temperature: 80 - service: script.notify_engine data: