Mercurial > code > home > repos > micro
diff en-front-door-lock.yaml @ 8:d030ab3fc9f5
more boards
author | drewp@bigasterisk.com |
---|---|
date | Fri, 28 Jun 2024 16:41:02 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/en-front-door-lock.yaml Fri Jun 28 16:41:02 2024 -0700 @@ -0,0 +1,27 @@ +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"