25 lines
416 B
YAML
Executable File
25 lines
416 B
YAML
Executable File
api:
|
|
encryption:
|
|
key: ${api_password}
|
|
|
|
ota:
|
|
- platform: esphome
|
|
id: my_ota
|
|
password: ${ota_password}
|
|
|
|
wifi:
|
|
ssid: ${wifi_ssid}
|
|
password: ${wifi_password}
|
|
|
|
manual_ip:
|
|
static_ip: ${ip}
|
|
gateway: ${gateway}
|
|
subnet: ${subnet}
|
|
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
ssid: ${device_name}
|
|
password: ${wifi_password}
|
|
|
|
captive_portal: |