From 45d46b5a347c552f956f64ee964c8318cbd30a5e Mon Sep 17 00:00:00 2001 From: pgrondek Date: Tue, 25 May 2021 17:08:20 +0200 Subject: [PATCH] Fix doorbell delay --- configuration/automations/hallway-doorbell.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/automations/hallway-doorbell.yaml b/configuration/automations/hallway-doorbell.yaml index e7bb8ef..5ee68db 100644 --- a/configuration/automations/hallway-doorbell.yaml +++ b/configuration/automations/hallway-doorbell.yaml @@ -34,7 +34,8 @@ value: 'Door bell music' - service: switch.turn_on entity_id: switch.siren_switch - - delay: '30' + - delay: + milliseconds: 30 - service: light.turn_on data: hs_color: [ 240,100 ]