Skip to content

Commit

Permalink
Clarification on network configuration (#1987)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
vincegre committed Apr 14, 2022
1 parent 2ab15cb commit 3afc857
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/wifi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3afc857

Please sign in to comment.