view service/frontDoorLock/door.yaml @ 1462:2b29f14eb6bd

try new graph+view widget Ignore-this: d5f9c5dc52f04324368716ba2f604fdb darcs-hash:44e85a5c075ef73c34a58deaa3a3c1e8390dae52
author drewp <drewp@bigasterisk.com>
date Sun, 24 Nov 2019 00:01:00 -0800
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