1
0

Fix doorbell delay

This commit is contained in:
pgrondek 2021-05-25 17:08:20 +02:00
parent 57bf1d3073
commit 45d46b5a34

View File

@ -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 ]