Hello,
is it possible to control two different LED strips (WS2812B) using two different PINS on ESP8266 NodeMCU v3?
I tried by using two times the same command, but changing only “pin” to the different one, but i have error during compiling: Duplicate key “light”
light:
- platform: fastled_clockless
chipset: WS2812
pin: D5
num_leds: 60
rgb_order: BRG
name: “LED WC”
light:
- platform: fastled_clockless
chipset: WS2812
pin: D6
num_leds: 60
rgb_order: BRG
name: “LED WC1”