esphome: name: bedroom-lightstrips esp8266: board: nodemcuv2 framework: version: 2.7.4 logger: level: INFO ota: password: "69ad39126b95f706a401f48614a8404d" wifi: ssid: !secret ssid password: !secret pass fast_connect: true mqtt: broker: henry.int.jnf.me username: esphome password: esphome topic_prefix: esphome/bedroom-lightstrips light: - platform: fastled_spi name: "Full LED Strip" id: fullstrip chipset: SK9822 rgb_order: BGR data_pin: D5 clock_pin: D6 num_leds: 116 - platform: partition name: "Jason's Under Bed Lights" segments: - id: fullstrip from: 0 to: 57 effects: - addressable_rainbow - addressable_color_wipe - addressable_scan - addressable_twinkle - addressable_fireworks - addressable_flicker - platform: partition name: "Flo's Under Bed Lights" segments: - id: fullstrip from: 58 to: 115 reversed: true effects: - addressable_rainbow - addressable_color_wipe - addressable_scan - addressable_twinkle - addressable_fireworks - addressable_flicker