Compare commits
2 commits
33ce61c50d
...
2484c24527
Author | SHA1 | Date | |
---|---|---|---|
2484c24527 | |||
e33677943b |
4 changed files with 4 additions and 5 deletions
|
@ -43,6 +43,6 @@
|
||||||
action:
|
action:
|
||||||
- service: climate.set_temperature
|
- service: climate.set_temperature
|
||||||
data:
|
data:
|
||||||
temperature: 25
|
temperature: 23
|
||||||
target:
|
target:
|
||||||
entity_id: climate.bedroom_thermostat
|
entity_id: climate.bedroom_thermostat
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
- service: script.ac_on
|
- service: script.ac_on
|
||||||
- service: climate.set_temperature
|
- service: climate.set_temperature
|
||||||
data:
|
data:
|
||||||
temperature: 25
|
temperature: 23
|
||||||
hvac_mode: cool
|
hvac_mode: cool
|
||||||
target:
|
target:
|
||||||
entity_id: climate.ac
|
entity_id: climate.ac
|
||||||
|
|
|
@ -21,7 +21,6 @@ http:
|
||||||
- 192.168.50.104
|
- 192.168.50.104
|
||||||
ip_ban_enabled: false
|
ip_ban_enabled: false
|
||||||
login_attempts_threshold: 5
|
login_attempts_threshold: 5
|
||||||
image:
|
|
||||||
input_boolean:
|
input_boolean:
|
||||||
3d_printer_timelapse:
|
3d_printer_timelapse:
|
||||||
name: "3D printer timelapse"
|
name: "3D printer timelapse"
|
||||||
|
|
|
@ -121,7 +121,7 @@ good_morning:
|
||||||
entity_id: switch.coffee_machine_on_off
|
entity_id: switch.coffee_machine_on_off
|
||||||
- service: climate.set_temperature
|
- service: climate.set_temperature
|
||||||
data:
|
data:
|
||||||
temperature: 25
|
temperature: 23
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
- climate.office_thermostat
|
- climate.office_thermostat
|
||||||
|
@ -239,7 +239,7 @@ arrive_home:
|
||||||
- switch.kitchen_camera_outlet_on_off
|
- switch.kitchen_camera_outlet_on_off
|
||||||
- service: climate.set_temperature
|
- service: climate.set_temperature
|
||||||
data:
|
data:
|
||||||
temperature: 25
|
temperature: 23
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
- climate.office_thermostat
|
- climate.office_thermostat
|
||||||
|
|
Loading…
Reference in a new issue