Created
February 6, 2020 20:46
-
-
Save micw/403dca803d6d302146ff4d69c563f677 to your computer and use it in GitHub Desktop.
This file contains 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: 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