1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-20 20:22:27 +01:00

Add some components to the new testing framework (M part 2) (#6208)

This commit is contained in:
Keith Burzinski
2024-04-22 22:45:25 -05:00
committed by GitHub
parent 2b215fecc9
commit c0dc9c20fc
128 changed files with 2577 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
my9231:
clock_pin: 5
data_pin: 4
num_channels: 6
num_chips: 2
bit_depth: 16
output:
- platform: my9231
id: my_0
channel: 0
- platform: my9231
id: my_1
channel: 1
- platform: my9231
id: my_2
channel: 2
- platform: my9231
id: my_3
channel: 3
- platform: my9231
id: my_4
channel: 4
- platform: my9231
id: my_5
channel: 5