From fe64a69be03aec1adb84efc9502b19adfd7fea42 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Tue, 29 Jul 2025 00:00:41 -0400 Subject: [PATCH] Update HA version to 2025.7.4 and modify climate automation to use 'temperature' instead of 'target_temp_high' for improved clarity in configuration. --- config/.HA_VERSION | 2 +- config/packages/climate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 8f208759..434122a1 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2025.7.2 \ No newline at end of file +2025.7.4 \ No newline at end of file diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index 45752a46..55e29217 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -178,5 +178,5 @@ automation: - service: climate.set_temperature data: entity_id: climate.downstairs - target_temp_high: 76 + temperature: 76