From a11e1c1943bcd633f99a8c2b9e6292e53c499c12 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 4 Jun 2025 19:49:26 +0000 Subject: [PATCH] chore: update bell lighting and duration --- doorbell.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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