ff-bath-bt-proxy-02.yaml 867 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. substitutions:
  2. devicename: ff-bath-bt-proxy-02
  3. low_devicename: ff_bath_bt_proxy_02
  4. friendly_devicename: FF Bath Bluetooth Proxy
  5. packages:
  6. diag: !include common/diag.yaml
  7. esphome:
  8. name: $devicename
  9. friendly_name: $friendly_devicename
  10. esp32:
  11. board: esp32dev
  12. framework:
  13. type: esp-idf
  14. # Enable logging
  15. logger:
  16. web_server:
  17. port: 80
  18. # Enable Home Assistant API
  19. api:
  20. encryption:
  21. key: "ejeMnlF5M60w/yuYwAWn/kIBz701xLwVkUGf9iN8uLA="
  22. ota:
  23. password: "2c27af3ab81f992e23745c20ab5dfc02"
  24. wifi:
  25. ssid: !secret iot_ssid
  26. password: !secret iot_password
  27. domain: .int.mmax.cloud
  28. esp32_ble_tracker:
  29. scan_parameters:
  30. # We currently use the defaults to ensure Bluetooth
  31. # can co-exist with WiFi In the future we may be able to
  32. # enable the built-in coexistence logic in ESP-IDF
  33. active: true
  34. bluetooth_proxy:
  35. active: true