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:
Frankster-NL 2020-10-10 18:24:08 +02:00 committed by GitHub
parent 821f2a3f86
commit e4b707069d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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