comparison en-front-door-lock.yaml @ 8:d030ab3fc9f5

more boards
author drewp@bigasterisk.com
date Fri, 28 Jun 2024 16:41:02 -0700
parents
children
comparison
equal deleted inserted replaced
7:5a80f3f2be8d 8:d030ab3fc9f5
1 esphome:
2 name: en-front-door-lock
3 platform: esp32
4 board: lolin32
5
6 logger:
7 level: DEBUG
8
9 wifi:
10 networks:
11 - ssid: !secret wifi_ssid
12 password: !secret wifi_password
13
14 ota:
15 platform: esphome
16 password: !secret ota_password_2
17
18 mqtt:
19 id: special_mqtt_client
20 broker: 'mqtt1.bigasterisk.com'
21 keepalive: 20s
22
23
24 switch:
25 - platform: gpio
26 pin: 2
27 name: "strike"