Skip to content

Commit ab5534b

Browse files
committed
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.
1 parent 67295d0 commit ab5534b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/packages/climate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ automation:
153153
trigger:
154154
- platform: numeric_state
155155
entity_id: climate.downstairs
156-
attribute: target_temp_high
156+
attribute: temperature
157157
above: 76
158158
- platform: state
159159
entity_id: group.bed
@@ -169,7 +169,7 @@ automation:
169169
state: 'on'
170170
- condition: numeric_state
171171
entity_id: climate.downstairs
172-
attribute: target_temp_high
172+
attribute: temperature
173173
above: 76
174174
- condition: state
175175
entity_id: sun.sun

0 commit comments

Comments
 (0)