Network component

The network component is a global configuration for all types of networks (WiFi, Ethernet).

# 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.

See Also