mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-04 03:48:29 +02:00
Implemented support for the TLC5971 as an output component (#6494)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
tlc5971:
|
||||
clock_pin: ${clock_pin}
|
||||
data_pin: ${data_pin}
|
||||
|
||||
output:
|
||||
- platform: tlc5971
|
||||
id: output_1
|
||||
channel: 0
|
||||
max_power: 0.8
|
||||
- platform: tlc5971
|
||||
id: output_2
|
||||
channel: 1
|
||||
Reference in New Issue
Block a user