diff --git a/configuration/automations/modes.yaml b/configuration/automations/modes.yaml index 779f268..c69bf63 100644 --- a/configuration/automations/modes.yaml +++ b/configuration/automations/modes.yaml @@ -43,6 +43,6 @@ action: - service: climate.set_temperature data: - temperature: 25 + temperature: 23 target: entity_id: climate.bedroom_thermostat diff --git a/configuration/automations/work.yaml b/configuration/automations/work.yaml index 3a77d22..b1f8891 100644 --- a/configuration/automations/work.yaml +++ b/configuration/automations/work.yaml @@ -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 diff --git a/scripts/10.modes.yaml b/scripts/10.modes.yaml index 642e9e5..ca08b64 100644 --- a/scripts/10.modes.yaml +++ b/scripts/10.modes.yaml @@ -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