mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
Update wifi.rst (#795)
* Update wifi.rst Added sample to AP mode * Update components/wifi.rst Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
821f2a3f86
commit
e4b707069d
@ -85,6 +85,13 @@ can connect to. Additionally, you can specify both a "normal" station mode and A
|
||||
same time. This will cause ESPHome to only enable the access point when no connection
|
||||
to the WiFi router can be made.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
wifi:
|
||||
ap:
|
||||
ssid: "Livingroom Fallback Hotspot"
|
||||
password: "W1PBGyrokfLz"
|
||||
|
||||
.. _wifi-manual_ip:
|
||||
|
||||
Manual IPs
|
||||
|
Loading…
Reference in New Issue
Block a user