mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Add some components to the new testing framework (E) (#6176)
This commit is contained in:
17
tests/components/e131/test.esp8266.yaml
Normal file
17
tests/components/e131/test.esp8266.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
e131:
|
||||
|
||||
light:
|
||||
- platform: neopixelbus
|
||||
name: Neopixelbus Light
|
||||
pin: 1
|
||||
type: GRBW
|
||||
variant: SK6812
|
||||
method: ESP8266_UART0
|
||||
num_leds: 256
|
||||
effects:
|
||||
- e131:
|
||||
universe: 1
|
||||
Reference in New Issue
Block a user