view en-front-door-lock.yaml @ 22:1fda0683b6c4

redo with ULN2803A buffers on outputs
author drewp@bigasterisk.com
date Wed, 20 Nov 2024 15:34:23 -0800
parents d030ab3fc9f5
children
line wrap: on
line source

esphome:
  name: en-front-door-lock
  platform: esp32
  board: lolin32
  
logger:
  level: DEBUG

wifi:
  networks:
  - ssid: !secret wifi_ssid
    password: !secret wifi_password

ota:
  platform: esphome
  password: !secret ota_password_2

mqtt:
  id: special_mqtt_client
  broker: 'mqtt1.bigasterisk.com'
  keepalive: 20s
  

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