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