Functions | |
| def | install_osx () |
| int | run (list[str] args) |
| def | uninstall_osx () |
Script to install/uninstall HA into OS X.
| def homeassistant.scripts.macos.install_osx | ( | ) |
Set up to run via launchd on OS X.
Definition at line 9 of file __init__.py.
| int homeassistant.scripts.macos.run | ( | list[str] | args | ) |
Handle OSX commandline script.
Definition at line 47 of file __init__.py.
| def homeassistant.scripts.macos.uninstall_osx | ( | ) |
Unload from launchd on OS X.
Definition at line 39 of file __init__.py.