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