mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Add documentation for enable_ipv6 flag. (#1749)
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
This commit is contained in:
parent
89c2c47e47
commit
52e5273892
@ -150,6 +150,7 @@ Configuration for Wireless Tag WT32-ETH01
|
||||
See Also
|
||||
--------
|
||||
|
||||
- :doc:`network`
|
||||
- :apiref:`ethernet/ethernet_component.h`
|
||||
- `ESP32 Ethernet PHY connection info <https://pcbartists.com/design/embedded/esp32-ethernet-phy-schematic-design/>`__
|
||||
- :ghedit:`Edit`
|
||||
|
22
components/network.rst
Normal file
22
components/network.rst
Normal file
@ -0,0 +1,22 @@
|
||||
Network component
|
||||
=================
|
||||
|
||||
.. seo::
|
||||
:description:
|
||||
:image: network-wifi.svg
|
||||
:keywords: Network, WiFi, WLAN, Ethernet, ESP32
|
||||
|
||||
The network component is a global configuration for all types of
|
||||
networks (WiFi, Ethernet).
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
# Example configuration
|
||||
network:
|
||||
enable_ipv6: true
|
||||
|
||||
Configuration variables:
|
||||
------------------------
|
||||
|
||||
- **enable_ipv6** (*Optional*, boolean): Enables IPv6 support. Defaults to ``false``. Only available on ESP32 with ESP-IDF framework.
|
||||
|
@ -269,5 +269,6 @@ See Also
|
||||
--------
|
||||
|
||||
- :doc:`captive_portal`
|
||||
- :doc:`network`
|
||||
- :apiref:`wifi/wifi_component.h`
|
||||
- :ghedit:`Edit`
|
||||
|
Loading…
Reference in New Issue
Block a user