view service/frontDoorLock/door.yaml @ 1426:c3c2418d138c

fix pushconfig host lookup Ignore-this: d53a114fdfb3bd3bf355a0c7293a1c7b darcs-hash:6306237a7df35fffb57f27c31a971107608f979e
author drewp <drewp@bigasterisk.com>
date Wed, 07 Aug 2019 21:06:46 -0700
parents fecbac537f63
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