| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- substitutions:
- hostname: ff-bath-btgate
- esphome:
- name: ${hostname}
- friendly_name: ff-bath-btgate
- esp32:
- board: esp32cam
- framework:
- type: esp-idf
- # Enable logging
- logger:
- # Enable Home Assistant API
- api:
- encryption:
- key: "ejeMnlF5M60w/yuYwAWn/kIBz701xLwVkUGf9iN8uLA="
- ota:
- password: "2c27af3ab81f992e23745c20ab5dfc02"
- wifi:
- ssid: !secret iot_ssid
- password: !secret iot_password
- bluetooth_proxy:
- active: True
- esp32_ble_tracker:
- scan_parameters:
- interval: 1100ms
- window: 1100ms
- active: true
- ## # Enable fallback hotspot (captive portal) in case wifi connection fails
- ## ap:
- ## ssid: "Ff-Bath-Btgate Fallback Hotspot"
- ## password: "BTL4Ai6SC8Td"
- #captive_portal:
-
|