mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
f6848fe24d
* Initial changes to support testing of additional framework versions * Rename Arduino test files
17 lines
251 B
YAML
17 lines
251 B
YAML
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
|