Clarification on network configuration (#1987)

* Clarification on network configuration

Made some modifications on how Wifi is handled in ESP and its interaction/incompatility with Ethernet mode

* Update wifi.rst

Typo correction
This commit is contained in:
Vincèn 2022-04-14 06:13:48 +02:00 committed by GitHub
parent 2ab15cb9c1
commit 3afc857cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,9 @@ WiFi Component
:keywords: WiFi, WLAN, ESP8266, ESP32
This core ESPHome component sets up WiFi connections to access points
for you. It needs to be in your configuration or otherwise ESPHome
will fail in the config validation stage.
for you. You need to have a network configuration (either Wifi or Ethernet)
or ESPHome will fail in the config validation stage. You also can't have both Wifi
and Ethernet setup in same time (even if your ESP has both wired).
Its recommended to provide a static IP for your node, as it can
dramatically improve connection times.