Remove delays

This commit is contained in:
2022-06-02 08:47:12 +03:00
parent 8eb106d9b9
commit 22337f29c5
+2 -2
View File
@@ -24,11 +24,11 @@ script:
state: "off" state: "off"
- wait_template: "{{ is_state('input_boolean.sarah_talking', 'off') }}" - wait_template: "{{ is_state('input_boolean.sarah_talking', 'off') }}"
timeout: 00:02:00 timeout: 00:02:00
- delay: 00:00:00 # - delay: 00:00:00
# - service: script.say # - service: script.say
# data: # data:
# message: "Here's some music to start the day!" # message: "Here's some music to start the day!"
- delay: 00:00:02 # - delay: 00:00:02
- service: script.music_play - service: script.music_play
data: data:
volume_level: 0.1 volume_level: 0.1