mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user