Last active
February 13, 2018 07:53
-
-
Save hannesbe/50c5e5828f43f9f03cf1e61193884e05 to your computer and use it in GitHub Desktop.
Very basic update script for the Home Assistant Configuration UI (https://github.com/danielperna84/hass-configurator)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /home/homeassistant/.homeassistant | |
| sudo mv configurator.py configurator.py-bak-$(date +%F-%T) | |
| sudo wget https://raw.githubusercontent.com/danielperna84/hass-configurator/master/configurator.py | |
| sudo wget -o settings.conf-dist https://raw.githubusercontent.com/danielperna84/hass-configurator/master/settings.conf | |
| sudo chmod +x configurator.py | |
| sudo chown homeassistant:homeassistant -R /home/homeassistant/.homeassistant | |
| sudo systemctl restart hass-poc-configurator@homeassistant.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment