From 81473d9eec488eecbd8405677cf9dcdb6095c5a9 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 10 Jul 2022 23:26:49 +0200 Subject: [PATCH] [Behaviour] Add better notification --- configuration/automations/behaviour-goto-sleep.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration/automations/behaviour-goto-sleep.yaml b/configuration/automations/behaviour-goto-sleep.yaml index 3b78f14..1336dc1 100644 --- a/configuration/automations/behaviour-goto-sleep.yaml +++ b/configuration/automations/behaviour-goto-sleep.yaml @@ -137,6 +137,14 @@ - 0 target: entity_id: light.office_light_up + - service: light.turn_on + data: + rgb_color: + - 255 + - 0 + - 0 + target: + entity_id: light.office - delay: '0:05:00' - service: shell_command.pc_poweroff - service: input_boolean.turn_off