Add E1.31 support (#950)
This adds a `e131` component that allows to register `e131` addressable light effect. This uses an internal implementation that is thread-safe instead of using external libraries.
This commit is contained in:
@@ -697,6 +697,8 @@ mcp23017:
|
||||
mcp23008:
|
||||
id: mcp23008_hub
|
||||
|
||||
e131:
|
||||
|
||||
light:
|
||||
- platform: neopixelbus
|
||||
name: Neopixelbus Light
|
||||
@@ -705,6 +707,9 @@ light:
|
||||
variant: SK6812
|
||||
method: ESP8266_UART0
|
||||
num_leds: 100
|
||||
effects:
|
||||
- e131:
|
||||
universe: 1
|
||||
|
||||
servo:
|
||||
id: my_servo
|
||||
|
||||
Reference in New Issue
Block a user