chore: update bell lighting and duration
This commit is contained in:
parent
e6c6d165b0
commit
a11e1c1943
1 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,7 @@ button:
|
|||
on_press:
|
||||
then:
|
||||
- switch.turn_on: relay_chime
|
||||
- delay: 0.1s
|
||||
- delay: 0.3s
|
||||
- switch.turn_off: relay_chime
|
||||
|
||||
output:
|
||||
|
@ -74,6 +74,7 @@ switch:
|
|||
|
||||
light:
|
||||
- platform: rgb
|
||||
name: Ring
|
||||
id: ring
|
||||
blue: led_blue
|
||||
green: led_green
|
||||
|
@ -84,5 +85,8 @@ light:
|
|||
update_interval: 600ms
|
||||
min_brightness: 40%
|
||||
max_brightness: 100%
|
||||
- random:
|
||||
transition_length: 3s
|
||||
update_interval: 1s
|
||||
default_transition_length:
|
||||
milliseconds: 200
|
||||
|
|
Loading…
Add table
Reference in a new issue