32 lines
571 B
YAML
32 lines
571 B
YAML
|
|
esphome:
|
||
|
|
name: arducam-esp32s
|
||
|
|
friendly_name: arducam esp32s
|
||
|
|
|
||
|
|
esp32:
|
||
|
|
board: esp32dev
|
||
|
|
framework:
|
||
|
|
type: esp-idf
|
||
|
|
|
||
|
|
# Enable logging
|
||
|
|
logger:
|
||
|
|
|
||
|
|
# Enable Home Assistant API
|
||
|
|
api:
|
||
|
|
encryption:
|
||
|
|
key: "mbYd9CtjGy8/N27ffan+I8R/XxMamKE9aj24O5gKlOQ="
|
||
|
|
|
||
|
|
ota:
|
||
|
|
- platform: esphome
|
||
|
|
password: "acc74810aa71f661703982d1967e1929"
|
||
|
|
|
||
|
|
wifi:
|
||
|
|
ssid: !secret wifi_ssid
|
||
|
|
password: !secret wifi_password
|
||
|
|
|
||
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||
|
|
ap:
|
||
|
|
ssid: "Arducam-Esp32S Fallback Hotspot"
|
||
|
|
password: "o9VPjn0MTzFs"
|
||
|
|
|
||
|
|
captive_portal:
|
||
|
|
|