Reconfiguring bedroom lightstrips after hardware refresh
Adding one additional LED to each segment
This commit is contained in:
parent
f62e04aef1
commit
aff8f85afd
@ -29,7 +29,7 @@ light:
|
|||||||
internal: true
|
internal: true
|
||||||
variant: WS2812X
|
variant: WS2812X
|
||||||
pin: GPIO3
|
pin: GPIO3
|
||||||
num_leds: 102
|
num_leds: 104
|
||||||
|
|
||||||
- platform: partition
|
- platform: partition
|
||||||
name: "Jason's Under Bed Lights"
|
name: "Jason's Under Bed Lights"
|
||||||
@ -37,7 +37,7 @@ light:
|
|||||||
segments:
|
segments:
|
||||||
- id: underbedlights
|
- id: underbedlights
|
||||||
from: 0
|
from: 0
|
||||||
to: 50
|
to: 51
|
||||||
effects:
|
effects:
|
||||||
- addressable_rainbow
|
- addressable_rainbow
|
||||||
- addressable_color_wipe
|
- addressable_color_wipe
|
||||||
@ -63,8 +63,8 @@ light:
|
|||||||
id: flosunderbedlights
|
id: flosunderbedlights
|
||||||
segments:
|
segments:
|
||||||
- id: underbedlights
|
- id: underbedlights
|
||||||
from: 51
|
from: 52
|
||||||
to: 101
|
to: 103
|
||||||
reversed: true
|
reversed: true
|
||||||
effects:
|
effects:
|
||||||
- addressable_rainbow
|
- addressable_rainbow
|
||||||
|
Loading…
Reference in New Issue
Block a user