espHome-NBS-files/streamsign.yaml

25 lines
386 B
YAML
Raw Normal View History

2024-05-02 10:25:39 +00:00
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"