Skip to content

Instantly share code, notes, and snippets.

@micw
Created February 6, 2020 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micw/403dca803d6d302146ff4d69c563f677 to your computer and use it in GitHub Desktop.
Save micw/403dca803d6d302146ff4d69c563f677 to your computer and use it in GitHub Desktop.
esphome:
name: badlichttest
platform: ESP8266
board: d1_mini
wifi:
ssid: "wiot"
password: "****"
domain: .wyraz.de
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Badlicht Fallback Hotspot"
password: "****"
mqtt:
broker: 192.168.1.3
username: sensor
password: ****
captive_portal:
# Enable logging
logger:
# Enable Home Assistant API
api:
ota:
web_server:
port: 80
light:
- platform: binary
id: light1
output: output_light1
output:
- platform: gpio
id: output_light1
pin: D1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment