Skip to content
Snippets Groups Projects
Commit 9f85c186 authored by Jan Grewe's avatar Jan Grewe
Browse files

full white lights on double-click of encoder

parent cbec7de5
Branches master
No related tags found
No related merge requests found
......@@ -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%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment