From 9e7401d1335aa421916d8afe7536478ea1cb0d7e Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 2 Feb 2023 15:13:44 +0100 Subject: [PATCH] Change temperatures for automations --- scripts/10.modes.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/scripts/10.modes.yaml b/scripts/10.modes.yaml index 24d8675..9f1c375 100644 --- a/scripts/10.modes.yaml +++ b/scripts/10.modes.yaml @@ -122,8 +122,13 @@ good_morning: temperature: 23 target: entity_id: - - climate.office_thermostat - climate.dining_thermostat + - service: climate.set_temperature + data: + temperature: 25 + target: + entity_id: + - climate.office_thermostat - service: climate.set_temperature data: temperature: 21 @@ -183,7 +188,7 @@ leave_home: - service: script.vacuum_today - service: climate.set_temperature data: - temperature: 21 + temperature: 18 target: entity_id: - climate.office_thermostat @@ -228,8 +233,13 @@ arrive_home: temperature: 23 target: entity_id: - - climate.office_thermostat - climate.dining_thermostat - climate.bedroom_thermostat + - service: climate.set_temperature + data: + temperature: 25 + target: + entity_id: + - climate.office_thermostat mode: single icon: mdi:home-import-outline \ No newline at end of file