From 15388e931565d7944092495698ebc2fd97eff089 Mon Sep 17 00:00:00 2001 From: Martijn Date: Sun, 27 Oct 2024 21:28:27 +0100 Subject: [PATCH] reorganized num_leds section --- package/2bar_1display.yaml | 4 ++-- package/3bar_1display.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/2bar_1display.yaml b/package/2bar_1display.yaml index 0d82e54..e87ddf5 100644 --- a/package/2bar_1display.yaml +++ b/package/2bar_1display.yaml @@ -83,11 +83,11 @@ binary_sensor: inverted: true light: + - id: !extend neopixels + num_leds: 9 ############################## ### RGB LED's BAR module 1 ### ############################## - - id: !extend neopixels - num_leds: 9 - platform: partition name: "BAR 1 Left RGB Front" id: bar_1_left_rgb_front diff --git a/package/3bar_1display.yaml b/package/3bar_1display.yaml index 5fdac6b..dc3ed85 100644 --- a/package/3bar_1display.yaml +++ b/package/3bar_1display.yaml @@ -106,11 +106,11 @@ binary_sensor: inverted: true light: + - id: !extend neopixels + num_leds: 13 ############################## ### RGB LED's BAR module 1 ### ############################## - - id: !extend neopixels - num_leds: 9 - platform: partition name: "BAR 1 Left RGB Front" id: bar_1_left_rgb_front