Change temperatures for automations
This commit is contained in:
parent
d361683234
commit
9e7401d133
@ -122,8 +122,13 @@ good_morning:
|
||||
temperature: 23
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
- climate.dining_thermostat
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 21
|
||||
@ -183,7 +188,7 @@ leave_home:
|
||||
- service: script.vacuum_today
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 21
|
||||
temperature: 18
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
@ -228,8 +233,13 @@ arrive_home:
|
||||
temperature: 23
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
- climate.dining_thermostat
|
||||
- climate.bedroom_thermostat
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
mode: single
|
||||
icon: mdi:home-import-outline
|
Loading…
Reference in New Issue
Block a user