Skip to content

Commit fe64a69

Browse files
committed
Update HA version to 2025.7.4 and modify climate automation to use 'temperature' instead of 'target_temp_high' for improved clarity in configuration.
1 parent 136fa6b commit fe64a69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/.HA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.7.2
1+
2025.7.4

config/packages/climate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,5 @@ automation:
178178
- service: climate.set_temperature
179179
data:
180180
entity_id: climate.downstairs
181-
target_temp_high: 76
181+
temperature: 76
182182

0 commit comments

Comments
 (0)