Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | COMMAND_TIMEOUT = 60 |
| CONFIG_SCHEMA | |
| string | DOMAIN = "shell_command" |
Expose regular shell commands as services.
| bool homeassistant.components.shell_command.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the shell_command component.
Definition at line 34 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| int homeassistant.components.shell_command.COMMAND_TIMEOUT = 60 |
Definition at line 25 of file __init__.py.
| homeassistant.components.shell_command.CONFIG_SCHEMA |
Definition at line 29 of file __init__.py.
| string homeassistant.components.shell_command.DOMAIN = "shell_command" |
Definition at line 23 of file __init__.py.