diff --git a/streamsign.yaml b/streamsign.yaml new file mode 100644 index 0000000..05ba999 --- /dev/null +++ b/streamsign.yaml @@ -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" \ No newline at end of file