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: