Added stream sign. Haha
This commit is contained in:
parent
42f9224c05
commit
cdcd297d68
25
streamsign.yaml
Normal file
25
streamsign.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
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"
|
Loading…
Reference in New Issue
Block a user