Lower temperature to 23
This commit is contained in:
parent
e33677943b
commit
2484c24527
@ -43,6 +43,6 @@
|
||||
action:
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
temperature: 23
|
||||
target:
|
||||
entity_id: climate.bedroom_thermostat
|
||||
|
@ -132,7 +132,7 @@
|
||||
- service: script.ac_on
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
temperature: 23
|
||||
hvac_mode: cool
|
||||
target:
|
||||
entity_id: climate.ac
|
||||
|
@ -121,7 +121,7 @@ good_morning:
|
||||
entity_id: switch.coffee_machine_on_off
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
temperature: 23
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
@ -239,7 +239,7 @@ arrive_home:
|
||||
- switch.kitchen_camera_outlet_on_off
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
temperature: 23
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
|
Loading…
Reference in New Issue
Block a user