Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.check_config Namespace Reference

Classes

class  CheckConfigError
 
class  HomeAssistantConfig
 

Functions

HomeAssistantConfig async_check_ha_config_file (HomeAssistant hass)
 

Detailed Description

Helper to check the configuration file.

Function Documentation

◆ async_check_ha_config_file()

HomeAssistantConfig homeassistant.helpers.check_config.async_check_ha_config_file ( HomeAssistant  hass)
Load and check if Home Assistant configuration file is valid.

This method is a coroutine.

Definition at line 86 of file check_config.py.