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