Fix doorbell delay
This commit is contained in:
parent
57bf1d3073
commit
45d46b5a34
1 changed files with 2 additions and 1 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue