Restarting HA (#680)

Added in command to restart HA Service.
This commit is contained in:
Carlo Costanzo 2016-07-27 02:02:57 -04:00 committed by Fabian Affolter
parent 4abbd6fc42
commit a725c719c4

View File

@ -62,6 +62,12 @@ To upgrade with fabric:
* Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip`
* Change to `cd ~/fabric-home-assistant`
* Run `fab upgrade_homeassistant`
After upgrading, you can restart Home Assistant a few different ways:
* Restarting the Raspberry Pi `sudo reboot`
* Restarting the Home-Assistant Service `sudo systemctl start home-assistant.service`
### {% linkable_title Using the OZWCP web application %}