esphome-firmware/esphome-web/esp8266.yaml

44 lines
789 B
YAML

substitutions:
name: esphome-web
friendly_name: ESPHome Web
esphome:
name: "${name}"
friendly_name: "${friendly_name}"
min_version: 2024.6.0
name_add_mac_suffix: true
project:
name: esphome.web
version: dev
esp8266:
board: esp01_1m
# Enable logging
logger:
# Enable Home Assistant API
api:
# Allow Over-The-Air updates
ota:
- platform: esphome
# 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/example-configs/esphome-web/esp8266.yaml@main
import_full_config: true
# To have a "next url" for improv serial
web_server: