From 9f85c18644ab8008eb35ff41b1725512f030edb1 Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Wed, 26 Feb 2025 18:19:38 +0100 Subject: [PATCH] full white lights on double-click of encoder --- billabox.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/billabox.yaml b/billabox.yaml index c87e604..2ccc986 100644 --- a/billabox.yaml +++ b/billabox.yaml @@ -180,6 +180,14 @@ binary_sensor: on_click: then: - switch.turn_on: display_active + on_double_click: + then: + - light.addressable_set: + id: lightbars + red: 0 + green: 0 + blue: 0 + white: 100% - platform: gpio id: door_left_closed @@ -402,7 +410,6 @@ image: id: boot_logo resize: 128x128 type: RGB565 - use_transparency: true lvgl: buffer_size: 25% -- GitLab