Enhance recorder and climate configurations by adding new sensor exclusions and updating automation conditions. Excluded 'sensor.sun_next_*' in recorder.yaml and modified climate automation to use 'target_temp_high' for improved temperature control. Updated Garadget automation to refine state conditions for better home presence detection.

This commit is contained in:
Carlo Costanzo
2025-07-23 20:53:56 -04:00
parent a9c5e52671
commit 8c1f63cb68
3 changed files with 12 additions and 7 deletions

View File

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