chore: adjust chime timings
This commit is contained in:
parent
4259c45947
commit
23f9fe380a
1 changed files with 6 additions and 2 deletions
|
@ -30,14 +30,18 @@ binary_sensor:
|
|||
- delayed_off: 7.75s
|
||||
on_press:
|
||||
then:
|
||||
- output.turn_on: relay_chime
|
||||
- light.turn_on:
|
||||
id: ring
|
||||
red: 0
|
||||
green: 1
|
||||
blue: 0.7
|
||||
effect: pulse
|
||||
- delay: 2s
|
||||
- output.turn_on: relay_chime
|
||||
- delay: 0.5s
|
||||
- output.turn_off: relay_chime
|
||||
- delay: 0.5s
|
||||
- output.turn_on: relay_chime
|
||||
- delay: 0.5s
|
||||
- output.turn_off: relay_chime
|
||||
on_release:
|
||||
then:
|
||||
|
|
Loading…
Add table
Reference in a new issue