Home Assistant Unofficial Reference 2024.12.1
check_config.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.scripts.check_config
 

Functions

def homeassistant.scripts.check_config.async_check_config (config_dir)
 
def homeassistant.scripts.check_config.check (config_dir, secrets=False)
 
def homeassistant.scripts.check_config.color (the_color, *args, reset=None)
 
def homeassistant.scripts.check_config.dump_dict (layer, indent_count=3, listi=False, **kwargs)
 
def homeassistant.scripts.check_config.line_info (obj, **kwargs)
 
int homeassistant.scripts.check_config.run (list script_args)
 

Variables

 homeassistant.scripts.check_config._LOGGER = logging.getLogger(__name__)
 
string homeassistant.scripts.check_config.C_HEAD = "bold"
 
string homeassistant.scripts.check_config.ERROR_STR = "General Errors"
 
tuple homeassistant.scripts.check_config.REQUIREMENTS = ("colorlog==6.8.2",)
 
string homeassistant.scripts.check_config.WARNING_STR = "General Warnings"