mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
56abafbb31
More folder restructuring
14 lines
269 B
YAML
14 lines
269 B
YAML
wifi:
|
|
ssid: ${wifi_ssid}
|
|
password: ${wifi_password}
|
|
fast_connect: true
|
|
power_save_mode: none
|
|
manual_ip:
|
|
static_ip: ${ip_address}
|
|
subnet: ${ip_subnet}
|
|
gateway: ${ip_gateway}
|
|
ap:
|
|
ssid: ${device_id}
|
|
password: ${ap_wifi_pwd}
|
|
|
|
captive_portal: |