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
|
- delayed_off: 7.75s
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- output.turn_on: relay_chime
|
|
||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
id: ring
|
id: ring
|
||||||
red: 0
|
red: 0
|
||||||
green: 1
|
green: 1
|
||||||
blue: 0.7
|
blue: 0.7
|
||||||
effect: pulse
|
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
|
- output.turn_off: relay_chime
|
||||||
on_release:
|
on_release:
|
||||||
then:
|
then:
|
||||||
|
|
Loading…
Add table
Reference in a new issue