Added more configuration examples (#3105)

* Added more configuration examples

Added configuration examples for ESP32-Stick Boards (Esp32-Stick-Eth, Esp32-Stick-PoE-P, Esp32-Stick-PoE-A)

* fix: Added missing line break after code-block

* fix: Added missing spaces

Added missing spaces to ethernet block (linting error)
This commit is contained in:
B48D81EFCC 2023-08-04 00:28:36 +02:00 committed by GitHub
parent a9143309d4
commit 8cc9649f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -193,6 +193,7 @@ Configuration examples
Revision 5 and below of the wESP32 board use the LAN8720 Ethernet PHY. Revision 7 and newer of it use the RTL8201 Ethernet PHY. Support for RTL8201 is available from ESPHome version 2022.12 upwards.
**OpenHacks LAN8720**:
.. code-block:: yaml
@ -210,6 +211,18 @@ Configuration examples
program properly.
**Esp32-Stick-Eth** and **Esp32-Stick-PoE-P** and **Esp32-Stick-PoE-A**:
.. code-block:: yaml
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 1
See Also
--------