From ab5534b33a08dbb8326e27fb4624d3ef3fe1bc6f Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Thu, 31 Jul 2025 00:42:20 -0400 Subject: [PATCH] Refactor climate automation to use 'temperature' attribute instead of 'target_temp_high' for improved clarity and consistency in configuration. We never use the heat anyway. Just using cooling now. --- config/packages/climate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index 55e29217..c1ed5dd6 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -153,7 +153,7 @@ automation: trigger: - platform: numeric_state entity_id: climate.downstairs - attribute: target_temp_high + attribute: temperature above: 76 - platform: state entity_id: group.bed @@ -169,7 +169,7 @@ automation: state: 'on' - condition: numeric_state entity_id: climate.downstairs - attribute: target_temp_high + attribute: temperature above: 76 - condition: state entity_id: sun.sun