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:
@@ -1048,6 +1048,8 @@ output:
|
||||
pin: GPIO25
|
||||
id: dac_output
|
||||
|
||||
e131:
|
||||
|
||||
light:
|
||||
- platform: binary
|
||||
name: "Desk Lamp"
|
||||
@@ -1189,6 +1191,8 @@ light:
|
||||
red: 0%
|
||||
green: 100%
|
||||
blue: 0%
|
||||
- e131:
|
||||
universe: 1
|
||||
- platform: fastled_spi
|
||||
id: addr2
|
||||
chipset: WS2801
|
||||
|
||||
Reference in New Issue
Block a user