Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.config Namespace Reference

Namespaces

 area_registry
 
 auth
 
 auth_provider_homeassistant
 
 automation
 
 category_registry
 
 config_entries
 
 const
 
 core
 
 device_registry
 
 entity_registry
 
 floor_registry
 
 label_registry
 
 scene
 
 script
 
 view
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
tuple SECTIONS
 

Detailed Description

Component to configure Home Assistant via an API.

Function Documentation

◆ async_setup()

bool homeassistant.components.config.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the config component.

Definition at line 49 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.config.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)

Definition at line 46 of file __init__.py.

◆ SECTIONS

tuple homeassistant.components.config.SECTIONS
Initial value:
1 = (
2  area_registry,
3  auth,
4  auth_provider_homeassistant,
5  automation,
6  category_registry,
7  config_entries,
8  core,
9  device_registry,
10  entity_registry,
11  floor_registry,
12  label_registry,
13  script,
14  scene,
15 )

Definition at line 29 of file __init__.py.