home-assistant.io/source/getting-started/autostart-macos.markdown
2016-07-31 17:38:43 -07:00

697 B

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Autostart on OS X Instructions how to setup Home Assistant to launch on OS X. 2015-9-1 22:57 true false true true

Setting up Home Assistant to run as a background service is simple. OS X will start it 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.