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:
26
tests/components/my9231/test.esp8266.yaml
Normal file
26
tests/components/my9231/test.esp8266.yaml
Normal 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
|
Reference in New Issue
Block a user