HA via command help

Hi guys,

I recently wiped my pi and reinstalled HA after several failed attempts I went for the AIO installed,. is there a quick way via command to check your config settings and reboot HA?

previously I checked the configs via
hass --script check_config -c /path/to/config

and I used the below to restart
sudo service hass-daemon restart

how is the done if used the AIO to install HA?

cheers guys

1 Like

for anyone else looking for the command line after using AIO its;

#check if script is okay
sudo su -s /bin/bash homeassistant
then type: source /srv/homeassistant/homeassistant_venv/bin/activate
then type: hass --script check_config
once done
type: exit

use the below to restart
sudo systemctl restart home-assistant