mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 08:47:35 +00:00

* Revise and update Automation * Helpers updates * Android updates * Fix link typo * Rectify wording * Update to macOS * Update securing text * Update updating * Update basic info * Further basic updates
718 B
718 B
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Autostart on macOS | Instructions how to setup Home Assistant to launch on Apple macOS. | 2015-9-1 22:57 | true | false | true | true |
Setting up Home Assistant to run as a background service is simple; macOS will start Home Assistant on boot and make sure it's always running.
To get Home Assistant installed as a background service, run:
$ hass --script macos install
Home Assistant has been installed. Open it here: http://localhost:8123
Home Assistant will log to ~/Library/Logs/homeassistant.log
To uninstall the service, run:
$ hass --script macos uninstall
Home Assistant has been uninstalled.