gf-bt-proxy-01.yaml 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. domain: .int.mmax.cloud
  20. # Enable fallback hotspot (captive portal) in case wifi connection fails
  21. ap:
  22. ssid: "Gf-Bt-Proxy-01 Fallback Hotspot"
  23. password: "Ry3eaIb2vmf1"
  24. improv_serial:
  25. esp32_ble_tracker:
  26. scan_parameters:
  27. # We currently use the defaults to ensure Bluetooth
  28. # can co-exist with WiFi In the future we may be able to
  29. # enable the built-in coexistence logic in ESP-IDF
  30. active: true
  31. bluetooth_proxy:
  32. active: true
  33. button:
  34. - platform: safe_mode
  35. name: Safe Mode Boot
  36. entity_category: diagnostic