From cdcd297d681b9bd5ee7209d81e720e98ad8ac4fa Mon Sep 17 00:00:00 2001 From: Nicolas Bachschwell Date: Thu, 2 May 2024 12:25:39 +0200 Subject: [PATCH] Added stream sign. Haha --- streamsign.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 streamsign.yaml 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