mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:19:03 +00:00
14 lines
233 B
YAML
14 lines
233 B
YAML
tlc5947:
|
|
clock_pin: ${clock_pin}
|
|
data_pin: ${data_pin}
|
|
lat_pin: ${lat_pin}
|
|
|
|
output:
|
|
- platform: tlc5947
|
|
id: tlc5947_output_1
|
|
channel: 0
|
|
max_power: 0.8
|
|
- platform: tlc5947
|
|
id: tlc5947_output_2
|
|
channel: 1
|