ff-bath-btgate.yaml 723 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. substitutions:
  2. hostname: ff-bath-btgate
  3. esphome:
  4. name: ${hostname}
  5. friendly_name: ff-bath-btgate
  6. esp32:
  7. board: esp32cam
  8. framework:
  9. type: esp-idf
  10. # Enable logging
  11. logger:
  12. # Enable Home Assistant API
  13. api:
  14. encryption:
  15. key: "ejeMnlF5M60w/yuYwAWn/kIBz701xLwVkUGf9iN8uLA="
  16. ota:
  17. password: "2c27af3ab81f992e23745c20ab5dfc02"
  18. wifi:
  19. ssid: !secret iot_ssid
  20. password: !secret iot_password
  21. bluetooth_proxy:
  22. active: True
  23. esp32_ble_tracker:
  24. scan_parameters:
  25. interval: 1100ms
  26. window: 1100ms
  27. active: true
  28. ## # Enable fallback hotspot (captive portal) in case wifi connection fails
  29. ## ap:
  30. ## ssid: "Ff-Bath-Btgate Fallback Hotspot"
  31. ## password: "BTL4Ai6SC8Td"
  32. #captive_portal: