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.

pull/1526/head
Carlo Costanzo 5 months ago
parent 67295d027b
commit ab5534b33a

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.