diff --git a/atom.xml b/atom.xml index 2c9432f0d4..af2c2d4787 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
# pip3 install homeassistant
Finally start Home Assistant.
-# hass --open-ui
+Create an /etc/rc.local
file to enable Home Assistant to start when the jail starts. The command in /etc/rc.local
can also be run in a terminal session but Home Assistant will exit when that session is closed.
+# /usr/local/bin/hass --open-ui --config /home/.homeassistant/ &
-Some suggestions on using a tmux to keep it running can be found in the FreeNAS forums HERE
+Make /etc/rc.local
executable so it runs on startup
+# chmod 755 /etc/rc.local
+
+
+Finally restart the jail from the Freenas GUI.
+
+USB Z-wave sticks may give dmesg
warnings similar to “data interface 1, has no CM over data, has no break”. This doesn’t impact the function of the Z-wave stick in Hass. Just make sure the proper /dev/cu*
is used in the Home Assistant configuration.yaml
file.
+