mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
13 lines
265 B
YAML
13 lines
265 B
YAML
wifi:
|
|
ssid: !secret wifi_ssid
|
|
password: !secret wifi_password
|
|
fast_connect: true
|
|
manual_ip:
|
|
static_ip: ${ip_address}
|
|
subnet: !secret ip_subnet
|
|
gateway: !secret ip_gateway
|
|
ap:
|
|
ssid: ${device_id}
|
|
password: ${ap_wifi_pwd}
|
|
|
|
captive_portal: |