view 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
line wrap: on
line source

esphome:
  name: frontdoorlock
  platform: ESP32
  board: lolin32
  build_path: .
  arduino_version: espressif32@>=1.4.0
  esphome_core_version: latest

switch:
  - platform: gpio
    pin: 2
    name: "strike"

wifi:
  ssid: ''
  password: ''

mqtt:
  broker: '10.2.0.1'
  port: 10010
  keepalive: 5
  username: ''
  password: ''
  
logger:
  baud_rate: 115200
  level: DEBUG