mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
29 lines
568 B
ReStructuredText
29 lines
568 B
ReStructuredText
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``.
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :doc:`/components/wifi`
|
|
- :doc:`/components/ethernet`
|
|
- :ghedit:`Edit`
|