mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-01-09 15:00:39 -07:00
Moved wifi related settings to their own file so they can be shared with other devices.
This commit is contained in:
17
packages/wifi.yaml
Normal file
17
packages/wifi.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
esphome:
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "${ssid}"
|
||||
password: !secret ap_and_web_server_password
|
||||
|
||||
web_server:
|
||||
auth:
|
||||
username: johndillenburg
|
||||
password: !secret ap_and_web_server_password
|
||||
|
||||
captive_portal:
|
||||
Reference in New Issue
Block a user