Updating bedroom lightstrips after hardware changes
This commit is contained in:
parent
62477b4408
commit
a748b43801
@ -3,11 +3,10 @@ esphome:
|
|||||||
|
|
||||||
esp8266:
|
esp8266:
|
||||||
board: nodemcuv2
|
board: nodemcuv2
|
||||||
framework:
|
|
||||||
version: 2.7.4
|
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
level: INFO
|
level: INFO
|
||||||
|
baud_rate: 0
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
password: "69ad39126b95f706a401f48614a8404d"
|
password: "69ad39126b95f706a401f48614a8404d"
|
||||||
@ -24,38 +23,75 @@ mqtt:
|
|||||||
topic_prefix: esphome/bedroom-lightstrips
|
topic_prefix: esphome/bedroom-lightstrips
|
||||||
|
|
||||||
light:
|
light:
|
||||||
- platform: fastled_spi
|
- platform: neopixelbus
|
||||||
name: "Full LED Strip"
|
name: "Under Bed Lights"
|
||||||
id: fullstrip
|
id: underbedlights
|
||||||
chipset: SK9822
|
internal: true
|
||||||
rgb_order: BGR
|
variant: WS2812X
|
||||||
data_pin: D5
|
pin: GPIO3
|
||||||
clock_pin: D6
|
num_leds: 104
|
||||||
num_leds: 116
|
|
||||||
- platform: partition
|
- platform: partition
|
||||||
name: "Jason's Under Bed Lights"
|
name: "Jason's Under Bed Lights"
|
||||||
|
id: jasonsunderbedlights
|
||||||
segments:
|
segments:
|
||||||
- id: fullstrip
|
- id: underbedlights
|
||||||
from: 0
|
from: 0
|
||||||
to: 57
|
to: 51
|
||||||
effects:
|
effects:
|
||||||
- addressable_rainbow
|
- addressable_rainbow
|
||||||
- addressable_color_wipe
|
- addressable_color_wipe
|
||||||
- addressable_scan
|
- addressable_scan
|
||||||
- addressable_twinkle
|
- addressable_twinkle
|
||||||
|
- addressable_random_twinkle
|
||||||
- addressable_fireworks
|
- addressable_fireworks
|
||||||
- addressable_flicker
|
- addressable_flicker
|
||||||
|
|
||||||
- platform: partition
|
- platform: partition
|
||||||
name: "Flo's Under Bed Lights"
|
name: "Flo's Under Bed Lights"
|
||||||
|
id: flosunderbedlights
|
||||||
segments:
|
segments:
|
||||||
- id: fullstrip
|
- id: underbedlights
|
||||||
from: 58
|
from: 52
|
||||||
to: 115
|
to: 103
|
||||||
reversed: true
|
reversed: true
|
||||||
effects:
|
effects:
|
||||||
- addressable_rainbow
|
- addressable_rainbow
|
||||||
- addressable_color_wipe
|
- addressable_color_wipe
|
||||||
- addressable_scan
|
- addressable_scan
|
||||||
- addressable_twinkle
|
- addressable_twinkle
|
||||||
|
- addressable_random_twinkle
|
||||||
- addressable_fireworks
|
- addressable_fireworks
|
||||||
- addressable_flicker
|
- addressable_flicker
|
||||||
|
|
||||||
|
|
||||||
|
- platform: neopixelbus
|
||||||
|
name: "Headboard Lights"
|
||||||
|
id: headboardlights
|
||||||
|
variant: WS2812X
|
||||||
|
pin: GPIO1
|
||||||
|
num_leds: 46
|
||||||
|
effects:
|
||||||
|
- addressable_rainbow
|
||||||
|
- addressable_color_wipe
|
||||||
|
- addressable_scan
|
||||||
|
- addressable_twinkle
|
||||||
|
- addressable_random_twinkle
|
||||||
|
- addressable_fireworks
|
||||||
|
- addressable_flicker
|
||||||
|
|
||||||
|
|
||||||
|
- platform: neopixelbus
|
||||||
|
name: "Tree Lights"
|
||||||
|
id: treelights
|
||||||
|
variant: WS2812X
|
||||||
|
pin: GPIO2
|
||||||
|
num_leds: 50
|
||||||
|
effects:
|
||||||
|
- addressable_rainbow
|
||||||
|
- addressable_color_wipe
|
||||||
|
- addressable_scan
|
||||||
|
- addressable_twinkle
|
||||||
|
- addressable_random_twinkle
|
||||||
|
- addressable_fireworks
|
||||||
|
- addressable_flicker
|
||||||
|
Loading…
Reference in New Issue
Block a user