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