Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

770 B

layout, title, description, date, sidebar, comments, sharing, footer, redirect_from
layout title description date sidebar comments sharing footer redirect_from
page Autostart on macOS Instructions on how to setup Home Assistant to launch on Apple macOS. 2015-9-1 22:57 true false true true /getting-started/autostart-macos/

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.