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.

This commit is contained in:
Carlo Costanzo
2025-07-31 00:42:20 -04:00
parent 67295d027b
commit ab5534b33a

View File

@@ -153,7 +153,7 @@ automation:
trigger: trigger:
- platform: numeric_state - platform: numeric_state
entity_id: climate.downstairs entity_id: climate.downstairs
attribute: target_temp_high attribute: temperature
above: 76 above: 76
- platform: state - platform: state
entity_id: group.bed entity_id: group.bed
@@ -169,7 +169,7 @@ automation:
state: 'on' state: 'on'
- condition: numeric_state - condition: numeric_state
entity_id: climate.downstairs entity_id: climate.downstairs
attribute: target_temp_high attribute: temperature
above: 76 above: 76
- condition: state - condition: state
entity_id: sun.sun entity_id: sun.sun