Created
May 27, 2020 20:44
-
-
Save myoung34/d8dd555deb7967595512e4e4f6e6897a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: matrix | |
platform: ESP8266 | |
board: esp01_1m | |
web_server: | |
port: 80 | |
wifi: | |
ssid: !secret wifi_ssid | |
password: !secret wifi_password | |
domain: !secret wifi_domain | |
mqtt: | |
id: mqtt_client | |
broker: !secret mqtt_broker | |
port: !secret mqtt_port | |
logger: | |
api: | |
password: !secret api_password | |
ota: | |
password: !secret ota_password | |
light: | |
- platform: neopixelbus | |
variant: WS2812X | |
pin: GPIO3 | |
num_leds: 132 | |
type: GRB | |
color_correct: [33%, 33%, 33%] | |
name: "Matrix Light" | |
display: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment