Mercurial > code > home > repos > homeauto
annotate service/frontDoorLock/door.yaml @ 575:1209229cd56e
faster keepalive from esp chip. report aliveness into the graph. more programming tasks in tasks.py
Ignore-this: f8fca86291d3082cb309524fbd5baf1c
author | drewp@bigasterisk.com |
---|---|
date | Mon, 06 May 2019 21:06:08 -0700 |
parents | 2a24a6c7a843 |
children | 3f6055cfccb2 |
rev | line source |
---|---|
567
2a24a6c7a843
update esphome version. rename esp board to be distinct from pi board. new invoke rules for esp programming
drewp@bigasterisk.com
parents:
374
diff
changeset
|
1 esphome: |
2a24a6c7a843
update esphome version. rename esp board to be distinct from pi board. new invoke rules for esp programming
drewp@bigasterisk.com
parents:
374
diff
changeset
|
2 name: frontdoorlock |
374 | 3 platform: ESP32 |
4 board: lolin32 | |
5 build_path: . | |
6 arduino_version: espressif32@>=1.4.0 | |
567
2a24a6c7a843
update esphome version. rename esp board to be distinct from pi board. new invoke rules for esp programming
drewp@bigasterisk.com
parents:
374
diff
changeset
|
7 esphome_core_version: latest |
374 | 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 | |
575
1209229cd56e
faster keepalive from esp chip. report aliveness into the graph. more programming tasks in tasks.py
drewp@bigasterisk.com
parents:
567
diff
changeset
|
21 keepalive: 5 |
374 | 22 username: '' |
23 password: '' | |
575
1209229cd56e
faster keepalive from esp chip. report aliveness into the graph. more programming tasks in tasks.py
drewp@bigasterisk.com
parents:
567
diff
changeset
|
24 |
374 | 25 logger: |
26 baud_rate: 115200 | |
27 level: DEBUG | |
28 |