Namespaces | |
| const | |
| models | |
| util | |
| websocket_api | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| list | __all__ |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
| string | DOMAIN = "trace" |
| string | STORAGE_KEY = "trace.saved_traces" |
| int | STORAGE_VERSION = 1 |
| dictionary | TRACE_CONFIG_SCHEMA |
Support for script and automation tracing and debugging.
| bool homeassistant.components.trace.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Initialize the trace integration.
Definition at line 48 of file __init__.py.
|
private |
Definition at line 40 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| homeassistant.components.trace.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 38 of file __init__.py.
| string homeassistant.components.trace.DOMAIN = "trace" |
Definition at line 29 of file __init__.py.
| string homeassistant.components.trace.STORAGE_KEY = "trace.saved_traces" |
Definition at line 31 of file __init__.py.
| int homeassistant.components.trace.STORAGE_VERSION = 1 |
Definition at line 32 of file __init__.py.
| dictionary homeassistant.components.trace.TRACE_CONFIG_SCHEMA |
Definition at line 34 of file __init__.py.