From aff8f85afd8a5c7e8ce2d1c1adc04cae6b93fdec Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Thu, 11 Apr 2024 15:55:50 -0600 Subject: [PATCH] Reconfiguring bedroom lightstrips after hardware refresh Adding one additional LED to each segment --- bedroom-lightstrips.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bedroom-lightstrips.yaml b/bedroom-lightstrips.yaml index 6e97931..5545321 100644 --- a/bedroom-lightstrips.yaml +++ b/bedroom-lightstrips.yaml @@ -29,7 +29,7 @@ light: internal: true variant: WS2812X pin: GPIO3 - num_leds: 102 + num_leds: 104 - platform: partition name: "Jason's Under Bed Lights" @@ -37,7 +37,7 @@ light: segments: - id: underbedlights from: 0 - to: 50 + to: 51 effects: - addressable_rainbow - addressable_color_wipe @@ -63,8 +63,8 @@ light: id: flosunderbedlights segments: - id: underbedlights - from: 51 - to: 101 + from: 52 + to: 103 reversed: true effects: - addressable_rainbow