Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.trace
 

Functions

bool homeassistant.components.trace.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

list homeassistant.components.trace.__all__
 
 homeassistant.components.trace._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.trace.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
string homeassistant.components.trace.DOMAIN = "trace"
 
string homeassistant.components.trace.STORAGE_KEY = "trace.saved_traces"
 
int homeassistant.components.trace.STORAGE_VERSION = 1
 
dictionary homeassistant.components.trace.TRACE_CONFIG_SCHEMA