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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
3 platform: ESP32
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
4 board: lolin32
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
5 build_path: .
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
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
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
8
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
9 switch:
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
10 - platform: gpio
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
11 pin: 2
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
12 name: "strike"
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
13
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
14 wifi:
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
15 ssid: ''
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
16 password: ''
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
17
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
18 mqtt:
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
19 broker: '10.2.0.1'
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
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
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
22 username: ''
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
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
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
25 logger:
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
26 baud_rate: 115200
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
27 level: DEBUG
4138cd1924f0 esphomelib setup for front door
drewp@bigasterisk.com
parents:
diff changeset
28