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