33 lines
479 B
YAML
33 lines
479 B
YAML
|
esphome:
|
||
|
name: deurbel
|
||
|
|
||
|
esp8266:
|
||
|
board: d1_mini
|
||
|
|
||
|
# Enable logging
|
||
|
logger:
|
||
|
|
||
|
# Enable Home Assistant API
|
||
|
api:
|
||
|
password: "ncc1701D"
|
||
|
|
||
|
ota:
|
||
|
password: "ncc1701D"
|
||
|
|
||
|
wifi:
|
||
|
ssid: "BARTANIET"
|
||
|
password: "ncc1701D"
|
||
|
|
||
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||
|
ap:
|
||
|
ssid: "Deurbel Fallback Hotspot"
|
||
|
password: "jeXv60iAylaV"
|
||
|
|
||
|
captive_portal:
|
||
|
|
||
|
binary_sensor:
|
||
|
- platform: gpio
|
||
|
pin: D3
|
||
|
name: "deurbelsignaal"
|
||
|
device_class: opening
|