Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.logger.const
 

Variables

string homeassistant.components.logger.const.ATTR_LEVEL = "level"
 
string homeassistant.components.logger.const.DEFAULT_LOGSEVERITY = "DEBUG"
 
string homeassistant.components.logger.const.DOMAIN = "logger"
 
string homeassistant.components.logger.const.LOGGER_DEFAULT = "default"
 
string homeassistant.components.logger.const.LOGGER_FILTERS = "filters"
 
string homeassistant.components.logger.const.LOGGER_LOGS = "logs"
 
dictionary homeassistant.components.logger.const.LOGSEVERITY
 
string homeassistant.components.logger.const.LOGSEVERITY_CRITICAL = "CRITICAL"
 
string homeassistant.components.logger.const.LOGSEVERITY_DEBUG = "DEBUG"
 
string homeassistant.components.logger.const.LOGSEVERITY_ERROR = "ERROR"
 
string homeassistant.components.logger.const.LOGSEVERITY_FATAL = "FATAL"
 
string homeassistant.components.logger.const.LOGSEVERITY_INFO = "INFO"
 
string homeassistant.components.logger.const.LOGSEVERITY_NOTSET = "NOTSET"
 
string homeassistant.components.logger.const.LOGSEVERITY_WARN = "WARN"
 
string homeassistant.components.logger.const.LOGSEVERITY_WARNING = "WARNING"
 
string homeassistant.components.logger.const.SERVICE_SET_DEFAULT_LEVEL = "set_default_level"
 
string homeassistant.components.logger.const.SERVICE_SET_LEVEL = "set_level"
 
string homeassistant.components.logger.const.STORAGE_KEY = "core.logger"
 
string homeassistant.components.logger.const.STORAGE_LOG_KEY = "logs"
 
int homeassistant.components.logger.const.STORAGE_VERSION = 1