1
0
Fork 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' value: 'Door bell music'
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.siren_switch entity_id: switch.siren_switch
- delay: '30' - delay:
milliseconds: 30
- service: light.turn_on - service: light.turn_on
data: data:
hs_color: [ 240,100 ] hs_color: [ 240,100 ]