Home Assistant Unofficial Reference 2024.12.1
homeassistant.config.ConfigErrorTranslationKey Class Reference
Inheritance diagram for homeassistant.config.ConfigErrorTranslationKey:
[legend]
Collaboration diagram for homeassistant.config.ConfigErrorTranslationKey:
[legend]

Static Public Attributes

string COMPONENT_IMPORT_ERR = "component_import_err"
 
string CONFIG_PLATFORM_IMPORT_ERR = "config_platform_import_err"
 
string CONFIG_SCHEMA_UNKNOWN_ERR = "config_schema_unknown_err"
 
string CONFIG_VALIDATION_ERR = "config_validation_err"
 
string CONFIG_VALIDATOR_UNKNOWN_ERR = "config_validator_unknown_err"
 
string MULTIPLE_INTEGRATION_CONFIG_ERRORS = "multiple_integration_config_errors"
 
string PLATFORM_COMPONENT_LOAD_ERR = "platform_component_load_err"
 
string PLATFORM_COMPONENT_LOAD_EXC = "platform_component_load_exc"
 
string PLATFORM_CONFIG_VALIDATION_ERR = "platform_config_validation_err"
 
string PLATFORM_SCHEMA_VALIDATOR_ERR = "platform_schema_validator_err"
 

Detailed Description

Config error translation keys for config errors.

Definition at line 85 of file config.py.

Member Data Documentation

◆ COMPONENT_IMPORT_ERR

string homeassistant.config.ConfigErrorTranslationKey.COMPONENT_IMPORT_ERR = "component_import_err"
static

Definition at line 93 of file config.py.

◆ CONFIG_PLATFORM_IMPORT_ERR

string homeassistant.config.ConfigErrorTranslationKey.CONFIG_PLATFORM_IMPORT_ERR = "config_platform_import_err"
static

Definition at line 94 of file config.py.

◆ CONFIG_SCHEMA_UNKNOWN_ERR

string homeassistant.config.ConfigErrorTranslationKey.CONFIG_SCHEMA_UNKNOWN_ERR = "config_schema_unknown_err"
static

Definition at line 96 of file config.py.

◆ CONFIG_VALIDATION_ERR

string homeassistant.config.ConfigErrorTranslationKey.CONFIG_VALIDATION_ERR = "config_validation_err"
static

Definition at line 89 of file config.py.

◆ CONFIG_VALIDATOR_UNKNOWN_ERR

string homeassistant.config.ConfigErrorTranslationKey.CONFIG_VALIDATOR_UNKNOWN_ERR = "config_validator_unknown_err"
static

Definition at line 95 of file config.py.

◆ MULTIPLE_INTEGRATION_CONFIG_ERRORS

string homeassistant.config.ConfigErrorTranslationKey.MULTIPLE_INTEGRATION_CONFIG_ERRORS = "multiple_integration_config_errors"
static

Definition at line 102 of file config.py.

◆ PLATFORM_COMPONENT_LOAD_ERR

string homeassistant.config.ConfigErrorTranslationKey.PLATFORM_COMPONENT_LOAD_ERR = "platform_component_load_err"
static

Definition at line 97 of file config.py.

◆ PLATFORM_COMPONENT_LOAD_EXC

string homeassistant.config.ConfigErrorTranslationKey.PLATFORM_COMPONENT_LOAD_EXC = "platform_component_load_exc"
static

Definition at line 98 of file config.py.

◆ PLATFORM_CONFIG_VALIDATION_ERR

string homeassistant.config.ConfigErrorTranslationKey.PLATFORM_CONFIG_VALIDATION_ERR = "platform_config_validation_err"
static

Definition at line 90 of file config.py.

◆ PLATFORM_SCHEMA_VALIDATOR_ERR

string homeassistant.config.ConfigErrorTranslationKey.PLATFORM_SCHEMA_VALIDATOR_ERR = "platform_schema_validator_err"
static

Definition at line 99 of file config.py.


The documentation for this class was generated from the following file: