Skip to content

Instantly share code, notes, and snippets.

@myoung34
Created May 28, 2020 11:55
Show Gist options
  • Save myoung34/0f1330a96671ec4f3ebcd3a0c42de631 to your computer and use it in GitHub Desktop.
Save myoung34/0f1330a96671ec4f3ebcd3a0c42de631 to your computer and use it in GitHub Desktop.
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