From: Giorgio Ravera Date: Mon, 11 Feb 2019 15:27:14 +0000 (+0100) Subject: Climate automation: management of Away mode X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=32e81cbb0c96bcb8799a2be3af73d8b003b52c6d;p=homeassistant.git Climate automation: management of Away mode --- diff --git a/automation/climate.yaml b/automation/climate.yaml index 8f6bd20a..b6149279 100644 --- a/automation/climate.yaml +++ b/automation/climate.yaml @@ -15,6 +15,9 @@ at: '18:30:00' - platform: time at: '22:00:00' + - platform: state + entity_id: input_boolean.home_mode_away + to: 'off' condition: condition: and @@ -71,3 +74,27 @@ temp3: 19 temp4: 19.5 temp5: 16 + +###################################################################### +# Climate: Away Mode +# - climate.set_temperature +###################################################################### + +- alias: "Termosifoni: modalità vacanza" + trigger: + - platform: state + entity_id: input_boolean.home_mode_away + to: 'on' + + condition: [] + + action: + - service: climate.set_temperature + data: + entity_id: + - climate.cucina_termostato_cucina + - climate.sala_termostato_sala + - climate.bagno_termostato_bagno + - climate.studio_termostato_studio + - climate.camera_termostato_camera + temperature: 16