esphome-firmware/esp-web-tools/esp32c3.yaml

51 lines
986 B
YAML

substitutions:
name: esp-web-tools-example
friendly_name: ESP Web Tools Example
esphome:
name: "${name}"
friendly_name: "${friendly_name}"
min_version: 2024.6.0
name_add_mac_suffix: true
project:
name: esphome.esp_web_tools_example
version: dev
esp32:
board: esp32-c3-devkitm-1
framework:
type: arduino
# Enable logging
logger:
# Enable Home Assistant API
api:
# Allow OTA updates
ota:
- platform: esphome
# Allow provisioning Wi-Fi via serial
improv_serial:
wifi:
# Set up a wifi access point
ap:
ssid: "ESP Web Tools"
# 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/esp-web-tools/esp32c3.yaml@main
# 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: