diff --git a/README.md b/README.md index 3c07f29..8ebb33d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ A simple but very flexible DIY status display, built with a flexible 8x32 RGB LE ![sample image](./images/sample.png) +If you like to tinker you can use the custom component even as a satelit voice control microphone. [Youtube](https://www.youtube.com/watch?v=CsOir14DCbM) + ## Background There are some "RGB-matrices" status displays/clocks out there, the commercial ones from LaMetric and Ulanzi, also some very good DIY-alternatives. diff --git a/copy2esphome/secrets.yaml b/copy2esphome/secrets.yaml index 5f0df53..fd4d5d8 100644 --- a/copy2esphome/secrets.yaml +++ b/copy2esphome/secrets.yaml @@ -1,3 +1,4 @@ # This is just a a sample for CI/CD!! ota_password: itsecret -wifi_password: itsecret \ No newline at end of file +wifi_password: itsecret +wifi_ssid: itsecret \ No newline at end of file