Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- substitutions:
- name: esphome-web-c4e150
- friendly_name: suspect-esp32
- esphome:
- name: ${name}
- friendly_name: ${friendly_name}
- name_add_mac_suffix: false
- platformio_options:
- board_build.flash_mode: dio
- project:
- name: esphome.web
- version: '1.0'
- esp32:
- board: esp32-s3-devkitc-1
- framework:
- type: arduino
- # Enable logging
- logger:
- # Enable Home Assistant API
- api:
- # Allow Over-The-Air updates
- ota:
- # Allow provisioning Wi-Fi via serial
- improv_serial:
- wifi:
- # Set up a wifi access point
- ap: {}
- # In combination with the `ap` this allows the user
- # to provision wifi credentials to the device via WiFi AP.
- captive_portal:
- dashboard_import:
- package_import_url: github://esphome/firmware/esphome-web/esp32s3.yaml@v2
- import_full_config: true
- # Sets up Bluetooth LE (Only on ESP32) to allow the user
- # to provision wifi credentials to the device.
- esp32_improv:
- authorizer: none
- # To have a "next url" for improv serial
- web_server:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement