From d6e51c1bde09228012fe1092eaa4fd4941a7b008 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 23 Jan 2021 19:37:52 +0100 Subject: [PATCH] Change hallway doorbell automation add phone notification decrease rebound to 1s --- automations/files/hallway-doorbel.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automations/files/hallway-doorbel.yaml b/automations/files/hallway-doorbel.yaml index de1564f..ebcedd3 100644 --- a/automations/files/hallway-doorbel.yaml +++ b/automations/files/hallway-doorbel.yaml @@ -7,6 +7,9 @@ from: 'off' to: 'on' action: + - service: notify.notify + data: + message: "Doorbell" - service: light.turn_on data: brightness: 200 @@ -36,6 +39,6 @@ from: 'off' to: 'on' action: - - delay: '2' + - delay: '1' - service: switch.turn_off entity_id: switch.doorbell_switch \ No newline at end of file