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 |
Component to configure Home Assistant via an API.
| bool homeassistant.components.config.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the config component.
Definition at line 49 of file __init__.py.
| homeassistant.components.config.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 46 of file __init__.py.
| tuple homeassistant.components.config.SECTIONS |
Definition at line 29 of file __init__.py.