Mercurial > code > home > repos > micro
annotate en-front-door-lock.yaml @ 23:8614a627888e
micropython setup
author | drewp@bigasterisk.com |
---|---|
date | Tue, 24 Dec 2024 21:36:27 -0800 |
parents | d030ab3fc9f5 |
children |
rev | line source |
---|---|
8 | 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" |