Mercurial > code > home > repos > homeauto
annotate service/frontDoorLock/door.yaml @ 1370:a6902e4587f6
update esphome version. rename esp board to be distinct from pi board. new invoke rules for esp programming
Ignore-this: 106acca04ac1012ac21a434692a4d515
darcs-hash:2f54636654af549b195ed8c1aaec8c12406a5eec
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 05 May 2019 22:43:14 -0700 |
parents | 0a4bf144c956 |
children | 1209229cd56e |
rev | line source |
---|---|
1370
a6902e4587f6
update esphome version. rename esp board to be distinct from pi board. new invoke rules for esp programming
drewp <drewp@bigasterisk.com>
parents:
1179
diff
changeset
|
1 esphome: |
a6902e4587f6
update esphome version. rename esp board to be distinct from pi board. new invoke rules for esp programming
drewp <drewp@bigasterisk.com>
parents:
1179
diff
changeset
|
2 name: frontdoorlock |
1179 | 3 platform: ESP32 |
4 board: lolin32 | |
5 build_path: . | |
6 arduino_version: espressif32@>=1.4.0 | |
1370
a6902e4587f6
update esphome version. rename esp board to be distinct from pi board. new invoke rules for esp programming
drewp <drewp@bigasterisk.com>
parents:
1179
diff
changeset
|
7 esphome_core_version: latest |
1179 | 8 |
9 switch: | |
10 - platform: gpio | |
11 pin: 2 | |
12 name: "strike" | |
13 | |
14 wifi: | |
15 ssid: '' | |
16 password: '' | |
17 | |
18 mqtt: | |
19 broker: '10.2.0.1' | |
20 port: 10010 | |
21 username: '' | |
22 password: '' | |
23 | |
24 logger: | |
25 baud_rate: 115200 | |
26 level: DEBUG | |
27 |