mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-03-18 20:29:14 -06:00
yaml
This commit is contained in:
31
trash/basement-stairs-upper-motion-sensor.yaml
Normal file
31
trash/basement-stairs-upper-motion-sensor.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
esphome:
|
||||
name: basement-stairs-upper-motion-sensor
|
||||
friendly_name: basement stairs upper motion sensor
|
||||
|
||||
esp32:
|
||||
board: esp32-c3-devkitm-1
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "JAlRbqj1ibnN5gMo3eXS/7jqSaaTbSy09APYSWNUb0c="
|
||||
|
||||
ota:
|
||||
password: "90e404650dd4953147f82e5e257be7b5"
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Basement-Stairs-Upper-Motion-Sensor"
|
||||
password: "higGVbGCXDPT"
|
||||
|
||||
captive_portal:
|
||||
|
||||
Reference in New Issue
Block a user