Mercurial > code > home > repos > homeauto
changeset 1179:0a4bf144c956
esphomelib setup for front door
Ignore-this: 20c0a8277f2f262809ac604862ad04a4
darcs-hash:3b90111e841eb9e0f197ec129cd56fa562faf747
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 11 Dec 2018 12:31:18 -0800 |
parents | e3991af5bd39 |
children | 47c35e6765e2 |
files | service/frontDoorLock/door.yaml |
diffstat | 1 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/frontDoorLock/door.yaml Tue Dec 11 12:31:18 2018 -0800 @@ -0,0 +1,30 @@ +esphomeyaml: + name: frontdoor + platform: ESP32 + board: lolin32 + build_path: . + arduino_version: espressif32@>=1.4.0 + esphomelib_version: + repository: https://github.com/drewp/esphomelib.git + tag: dev + +switch: + - platform: gpio + pin: 2 + name: "strike" + + +wifi: + ssid: '' + password: '' + +mqtt: + broker: '10.2.0.1' + port: 10010 + username: '' + password: '' + +logger: + baud_rate: 115200 + level: DEBUG +