mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
18 lines
251 B
YAML
18 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
|