From fc3fcc4fee5cf1bb1fcc58e1627ed5bf0f4161e3 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 11 Nov 2024 23:57:42 +0100 Subject: [PATCH] Remove setting thermostat temperatures --- roles/automations/files/calendar.yaml | 20 ---------- roles/automations/files/modes.yaml | 18 --------- roles/scripts/files/10.modes.yaml | 57 --------------------------- 3 files changed, 95 deletions(-) diff --git a/roles/automations/files/calendar.yaml b/roles/automations/files/calendar.yaml index 4f3d4b3..e9a2597 100644 --- a/roles/automations/files/calendar.yaml +++ b/roles/automations/files/calendar.yaml @@ -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 \ No newline at end of file diff --git a/roles/automations/files/modes.yaml b/roles/automations/files/modes.yaml index 779f268..b3e8a6f 100644 --- a/roles/automations/files/modes.yaml +++ b/roles/automations/files/modes.yaml @@ -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 diff --git a/roles/scripts/files/10.modes.yaml b/roles/scripts/files/10.modes.yaml index 832e4b7..d9f95dd 100644 --- a/roles/scripts/files/10.modes.yaml +++ b/roles/scripts/files/10.modes.yaml @@ -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