Classes | |
| class | HassEventLoopPolicy |
| class | RuntimeConfig |
Functions | |
| None | _async_loop_exception_handler (Any _, dict[str, Any] context) |
| None | _cancel_all_tasks_with_timeout (asyncio.AbstractEventLoop loop, int timeout) |
| None | _enable_posix_spawn () |
| int | run (RuntimeConfig runtime_config) |
| int | setup_and_run_hass (RuntimeConfig runtime_config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | MAX_EXECUTOR_WORKERS = 64 |
| int | TASK_CANCELATION_TIMEOUT = 5 |
Run Home Assistant.
|
private |
|
private |
|
private |
| int homeassistant.runner.run | ( | RuntimeConfig | runtime_config | ) |
| int homeassistant.runner.setup_and_run_hass | ( | RuntimeConfig | runtime_config | ) |
|
private |