Advertisement
Guest User

Untitled

a guest
Jun 24th, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. substitutions:
  2. name: esphome-web-c4e150
  3. friendly_name: suspect-esp32
  4.  
  5. esphome:
  6. name: ${name}
  7. friendly_name: ${friendly_name}
  8. name_add_mac_suffix: false
  9. platformio_options:
  10. board_build.flash_mode: dio
  11. project:
  12. name: esphome.web
  13. version: '1.0'
  14.  
  15. esp32:
  16. board: esp32-s3-devkitc-1
  17. framework:
  18. type: arduino
  19.  
  20. # Enable logging
  21. logger:
  22.  
  23. # Enable Home Assistant API
  24. api:
  25.  
  26. # Allow Over-The-Air updates
  27. ota:
  28.  
  29. # Allow provisioning Wi-Fi via serial
  30. improv_serial:
  31.  
  32. wifi:
  33. # Set up a wifi access point
  34. ap: {}
  35.  
  36. # In combination with the `ap` this allows the user
  37. # to provision wifi credentials to the device via WiFi AP.
  38. captive_portal:
  39.  
  40. dashboard_import:
  41. package_import_url: github://esphome/firmware/esphome-web/esp32s3.yaml@v2
  42. import_full_config: true
  43.  
  44. # Sets up Bluetooth LE (Only on ESP32) to allow the user
  45. # to provision wifi credentials to the device.
  46. esp32_improv:
  47. authorizer: none
  48.  
  49. # To have a "next url" for improv serial
  50. web_server:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement