Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.network.const Namespace Reference

Variables

 Final
 
 NETWORK_CONFIG_SCHEMA
 

Detailed Description

Constants for the network integration.

Variable Documentation

◆ Final

homeassistant.components.network.const.Final

Definition at line 11 of file const.py.

◆ NETWORK_CONFIG_SCHEMA

homeassistant.components.network.const.NETWORK_CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Optional(
4  ATTR_CONFIGURED_ADAPTERS, default=DEFAULT_CONFIGURED_ADAPTERS
5  ): vol.Schema(vol.All(cv.ensure_list, [cv.string])),
6  }
7 )

Definition at line 26 of file const.py.