Namespaces | |
| auth | |
| benchmark | |
| check_config | |
| ensure_config | |
| macos | |
Functions | |
| str | extract_config_dir (Sequence[str]|None args=None) |
| int | run (list[str] args) |
Home Assistant command line scripts.
| str homeassistant.scripts.extract_config_dir | ( | Sequence[str] | None | args = None | ) |
Extract the config dir from the arguments or get the default.
Definition at line 71 of file __init__.py.
| int homeassistant.scripts.run | ( | list[str] | args | ) |
Run a script.
Definition at line 22 of file __init__.py.