diff --git a/doorbell.yaml b/doorbell.yaml index 124f481..549ae0f 100644 --- a/doorbell.yaml +++ b/doorbell.yaml @@ -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