ff-bath-bt-proxy-02.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. sdkconfig_options:
  15. CONFIG_BT_BLE_50_FEATURES_SUPPORTED: y
  16. CONFIG_BT_BLE_42_FEATURES_SUPPORTED: y
  17. CONFIG_BOOTLOADER_WDT_ENABLE: n
  18. CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE: y
  19. # CONFIG_ESP_INT_WDT: n
  20. # CONFIG_ESP_TASK_WDT: n
  21. # CONFIG_INT_WDT: n
  22. # CONFIG_TASK_WDT: n
  23. # Enable logging
  24. logger:
  25. web_server:
  26. port: 80
  27. # Enable Home Assistant API
  28. api:
  29. encryption:
  30. key: "ejeMnlF5M60w/yuYwAWn/kIBz701xLwVkUGf9iN8uLA="
  31. ota:
  32. password: "2c27af3ab81f992e23745c20ab5dfc02"
  33. wifi:
  34. ssid: !secret iot_ssid
  35. password: !secret iot_password
  36. domain: .int.mmax.cloud
  37. esp32_ble_tracker:
  38. scan_parameters:
  39. # We currently use the defaults to ensure Bluetooth
  40. # can co-exist with WiFi In the future we may be able to
  41. # enable the built-in coexistence logic in ESP-IDF
  42. active: true
  43. bluetooth_proxy:
  44. active: true