mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-06-16 21:58:08 +00:00
Move automation to prevent upstairs Nest temperature from dropping below 76°F
This commit is contained in:
parent
536e352b1a
commit
c314ff2aed
@ -18,19 +18,6 @@
|
|||||||
NestStatus: "The {{ trigger.entity_id.split('.')[1].split('_')[0]}} {{ trigger.entity_id.split('.')[1].split('_')[1]}} has now been turned on for {{(trigger.to_state.state)}}."
|
NestStatus: "The {{ trigger.entity_id.split('.')[1].split('_')[0]}} {{ trigger.entity_id.split('.')[1].split('_')[1]}} has now been turned on for {{(trigger.to_state.state)}}."
|
||||||
call_window_check: 1
|
call_window_check: 1
|
||||||
|
|
||||||
- alias: 'Prevent Upstairs Nest Below 76'
|
|
||||||
id: 7812fdaf-a3f8-498b-8f07-28e977e528ff
|
|
||||||
trigger:
|
|
||||||
- platform: numeric_state
|
|
||||||
entity_id: climate.upstairs
|
|
||||||
attribute: temperature
|
|
||||||
below: 76
|
|
||||||
action:
|
|
||||||
- delay:
|
|
||||||
minutes: 3
|
|
||||||
- service: climate.set_temperature
|
|
||||||
data:
|
|
||||||
entity_id: climate.upstairs
|
|
||||||
temperature: 77
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -79,3 +79,18 @@ automation:
|
|||||||
value2: "Runtime has exceeded 450 hours. Last changed {{ ((now() - states.input_datetime.upstairs_last_filter_change.last_changed).total_seconds() / 86400) | round(0) }} days ago."
|
value2: "Runtime has exceeded 450 hours. Last changed {{ ((now() - states.input_datetime.upstairs_last_filter_change.last_changed).total_seconds() / 86400) | round(0) }} days ago."
|
||||||
who: "Carlo"
|
who: "Carlo"
|
||||||
group: "maintenance"
|
group: "maintenance"
|
||||||
|
|
||||||
|
- alias: 'Prevent Upstairs Nest Below 76'
|
||||||
|
id: 7812fdaf-a3f8-498b-8f07-28e977e528ff
|
||||||
|
trigger:
|
||||||
|
- platform: numeric_state
|
||||||
|
entity_id: climate.upstairs
|
||||||
|
attribute: temperature
|
||||||
|
below: 76
|
||||||
|
action:
|
||||||
|
- delay:
|
||||||
|
minutes: 3
|
||||||
|
- service: climate.set_temperature
|
||||||
|
data:
|
||||||
|
entity_id: climate.upstairs
|
||||||
|
temperature: 77
|
||||||
|
Loading…
x
Reference in New Issue
Block a user