From 22337f29c5e88bdadebba74dc758babd570c9d50 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 2 Jun 2022 08:47:12 +0300 Subject: [PATCH] Remove delays --- config/packages/routines/waking_up.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/packages/routines/waking_up.yaml b/config/packages/routines/waking_up.yaml index 1cb8b33..dcacb00 100644 --- a/config/packages/routines/waking_up.yaml +++ b/config/packages/routines/waking_up.yaml @@ -24,11 +24,11 @@ script: state: "off" - wait_template: "{{ is_state('input_boolean.sarah_talking', 'off') }}" timeout: 00:02:00 - - delay: 00:00:00 + # - delay: 00:00:00 # - service: script.say # data: # message: "Here's some music to start the day!" - - delay: 00:00:02 + # - delay: 00:00:02 - service: script.music_play data: volume_level: 0.1