espHome-NBS-files/streamsign.yaml
2024-11-18 14:08:12 +01:00

27 lines
400 B
YAML

esphome:
name: streamsign
esp8266:
board: d1_mini_lite
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
fast_connect: true
logger:
ota:
- platform: esphome
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"