1
0

Fix doorbell script

This commit is contained in:
Przemek Grondek 2021-08-12 22:59:17 +02:00
parent 09c9fec1a0
commit 8d89ede80a

View File

@ -1,9 +1,7 @@
doorbell_bell: doorbell_bell:
alias: Doorbell async bell alias: Doorbell async bell
sequence: sequence:
- service: script.turn_on - service: switch.turn_on
entity_id: script.doorbell_bell entity_id: switch.doorbell_bell
- delay: - service: switch.turn_off
miliseconds: 150 entity_id: switch.doorbell_bell
- service: script.turn_off
entity_id: script.doorbell_bell