gf-bt-proxy-01.yaml 887 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. esphome:
  2. name: gf-bt-proxy-01
  3. friendly_name: gf-bt-proxy-01
  4. esp32:
  5. board: esp32dev
  6. framework:
  7. type: esp-idf
  8. # Enable logging
  9. logger:
  10. # Enable Home Assistant API
  11. api:
  12. encryption:
  13. key: "ejeMnlF5M60w/yuYwAWn/kIBz701xLwVkUGf9iN8uLA="
  14. ota:
  15. password: "2c27af3ab81f992e23745c20ab5dfc02"
  16. wifi:
  17. ssid: !secret iot_ssid
  18. password: !secret iot_password
  19. # Enable fallback hotspot (captive portal) in case wifi connection fails
  20. ap:
  21. ssid: "Gf-Bt-Proxy-01 Fallback Hotspot"
  22. password: "Ry3eaIb2vmf1"
  23. improv_serial:
  24. esp32_ble_tracker:
  25. scan_parameters:
  26. # We currently use the defaults to ensure Bluetooth
  27. # can co-exist with WiFi In the future we may be able to
  28. # enable the built-in coexistence logic in ESP-IDF
  29. active: true
  30. bluetooth_proxy:
  31. active: true
  32. button:
  33. - platform: safe_mode
  34. name: Safe Mode Boot
  35. entity_category: diagnostic