Skip to content

Instantly share code, notes, and snippets.

@RobCranfill
Created July 6, 2018 15:55
Show Gist options
  • Save RobCranfill/377007e859c6edccab39f556b2c3491c to your computer and use it in GitHub Desktop.
Save RobCranfill/377007e859c6edccab39f556b2c3491c to your computer and use it in GitHub Desktop.
Home Assistant: Aliases
# 'source' this file to incorporate the aliai in your shell env
alias hadown='sudo systemctl stop home-assistant@homeassistant'
alias halogin='sudo su -s /bin/bash homeassistant'
alias harestart='sudo systemctl restart home-assistant@homeassistant'
alias hastatus='sudo systemctl status home-assistant@homeassistant'n
alias haup='sudo systemctl start home-assistant@homeassistant'
alias hawatch='tail -f /var/log/syslog | grep homeassistant'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment