25 lines
386 B
YAML
25 lines
386 B
YAML
|
esphome:
|
||
|
name: streamsign
|
||
|
platform: ESP8266
|
||
|
board: d1_mini_lite
|
||
|
|
||
|
wifi:
|
||
|
ssid: !secret wifi_ssid
|
||
|
password: !secret wifi_password
|
||
|
fast_connect: true
|
||
|
logger:
|
||
|
|
||
|
ota:
|
||
|
password: !secret streamsign_password
|
||
|
api:
|
||
|
encryption:
|
||
|
key: !secret streamsign_key
|
||
|
|
||
|
|
||
|
light:
|
||
|
- platform: neopixelbus
|
||
|
variant: WS2812
|
||
|
pin: D4
|
||
|
num_leds: 5
|
||
|
type: GRB
|
||
|
name: "Streaming Sign"
|