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:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.turn_on: relay_chime
|
- switch.turn_on: relay_chime
|
||||||
- delay: 0.1s
|
- delay: 0.3s
|
||||||
- switch.turn_off: relay_chime
|
- switch.turn_off: relay_chime
|
||||||
|
|
||||||
output:
|
output:
|
||||||
|
@ -74,6 +74,7 @@ switch:
|
||||||
|
|
||||||
light:
|
light:
|
||||||
- platform: rgb
|
- platform: rgb
|
||||||
|
name: Ring
|
||||||
id: ring
|
id: ring
|
||||||
blue: led_blue
|
blue: led_blue
|
||||||
green: led_green
|
green: led_green
|
||||||
|
@ -84,5 +85,8 @@ light:
|
||||||
update_interval: 600ms
|
update_interval: 600ms
|
||||||
min_brightness: 40%
|
min_brightness: 40%
|
||||||
max_brightness: 100%
|
max_brightness: 100%
|
||||||
|
- random:
|
||||||
|
transition_length: 3s
|
||||||
|
update_interval: 1s
|
||||||
default_transition_length:
|
default_transition_length:
|
||||||
milliseconds: 200
|
milliseconds: 200
|
||||||
|
|
Loading…
Add table
Reference in a new issue