Functions | |
| int | async_call_shell_with_timeout (str command, int timeout, *bool log_return_code=True) |
| str|None | async_check_output_or_log (str command, int timeout) |
Variables | |
| int | _EXEC_FAILED_CODE = 127 |
| _LOGGER = logging.getLogger(__name__) | |
The command_line component utils.
| int homeassistant.components.command_line.utils.async_call_shell_with_timeout | ( | str | command, |
| int | timeout, | ||
| *bool | log_return_code = True |
||
| ) |
| str | None homeassistant.components.command_line.utils.async_check_output_or_log | ( | str | command, |
| int | timeout | ||
| ) |
|
private |