mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
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:
parent
2ab15cb9c1
commit
3afc857cac
@ -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).
|
||||
|
||||
It’s recommended to provide a static IP for your node, as it can
|
||||
dramatically improve connection times.
|
||||
|
Loading…
Reference in New Issue
Block a user