Created
May 28, 2020 11:55
-
-
Save myoung34/0f1330a96671ec4f3ebcd3a0c42de631 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: | |
baud_rate: 0 | |
api: | |
password: !secret api_password | |
ota: | |
password: !secret ota_password | |
light: | |
- platform: neopixelbus | |
variant: WS2812X | |
pin: GPIO3 | |
num_leds: 484 | |
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