From 3a0e4c8f2e9a0ec5b47b5067ae6bd5c49f25a128 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Wed, 24 Jun 2020 22:51:20 +0300 Subject: [PATCH] Update leaving home routine --- config/packages/routines/leaving_home.yaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/config/packages/routines/leaving_home.yaml b/config/packages/routines/leaving_home.yaml index eab4723..3834371 100644 --- a/config/packages/routines/leaving_home.yaml +++ b/config/packages/routines/leaving_home.yaml @@ -2,18 +2,20 @@ script: routine_leaving_home: alias: Routine ยท Leaving home sequence: - - service: input_boolean.turn_off - entity_id: input_boolean.georgi_home - service: script.security_camera_on - - service: media_player.turn_off + + - service: homeassistant.turn_off entity_id: + - input_boolean.georgi_home - media_player.nvidia_shield - media_player.living_room_tv + - light.all + - climate.toshiba_ac + - fan.philips_airpurifier + - service: media_player.media_stop entity_id: group.all_sonos - - service: light.turn_off - entity_id: - - light.all - - light.browser_kitchen - - service: fan.turn_off - entity_id: fan.philips_airpurifier + - service: light.turn_on + entity_id: light.browser_kitchen + data: + brightness_pct: 1