Remove setting thermostat temperatures
This commit is contained in:
parent
bc5eda15f8
commit
fc3fcc4fee
@ -36,23 +36,3 @@
|
||||
- service: switch.turn_on
|
||||
target:
|
||||
entity_id: switch.coffee_machine_on_off
|
||||
|
||||
- id: calendar_before_wakeup
|
||||
alias: "[Calendar] Before wakeup"
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: calendar
|
||||
event: start
|
||||
entity_id: calendar.automations_wakeup
|
||||
offset: '-1:00:0'
|
||||
condition:
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: alarm_control_panel.home_alarm
|
||||
state: armed_home
|
||||
- condition: state
|
||||
entity_id: alarm_control_panel.home_alarm
|
||||
state: disarmed
|
||||
action:
|
||||
- service: script.before_wakeup
|
@ -28,21 +28,3 @@
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.sleep_mode
|
||||
mode: single
|
||||
|
||||
- id: sleep_temperature
|
||||
alias: '[Sleep] Set temperature in bedroom'
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- input_boolean.sleep_mode
|
||||
to: 'on'
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
state: Day
|
||||
action:
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
target:
|
||||
entity_id: climate.bedroom_thermostat
|
||||
|
@ -60,13 +60,6 @@ good_night:
|
||||
data:
|
||||
addon: core_samba
|
||||
- service: script.tv_off
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 20
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
- climate.dining_thermostat
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- light.wled_star
|
||||
@ -87,17 +80,6 @@ good_night:
|
||||
- light.table_lamp_lights
|
||||
- light.lego_bookcase_light
|
||||
|
||||
before_wakeup:
|
||||
alias: Before wakeup
|
||||
sequence:
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
- climate.dining_thermostat
|
||||
|
||||
good_morning:
|
||||
alias: Good Morning
|
||||
mode: single
|
||||
@ -132,24 +114,6 @@ good_morning:
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.lego_bookcase_light
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 23
|
||||
target:
|
||||
entity_id:
|
||||
- climate.dining_thermostat
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 21
|
||||
target:
|
||||
entity_id:
|
||||
- climate.bedroom_thermostat
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
@ -208,14 +172,6 @@ leave_home:
|
||||
target:
|
||||
entity_id: climate.ac
|
||||
- service: script.vacuum_today
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 18
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
- climate.dining_thermostat
|
||||
- climate.bedroom_thermostat
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- light.couch_lights
|
||||
@ -251,19 +207,6 @@ arrive_home:
|
||||
- service: switch.turn_on
|
||||
entity_id:
|
||||
- switch.computer_outlet
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 23
|
||||
target:
|
||||
entity_id:
|
||||
- climate.dining_thermostat
|
||||
- climate.bedroom_thermostat
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 25
|
||||
target:
|
||||
entity_id:
|
||||
- climate.office_thermostat
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
|
Loading…
Reference in New Issue
Block a user