Raspberry Pi (version 1)
Installed using this tutorial https://home-assistant.io/getting-started/installation-raspberry-pi/
Everything works using command: (homeassistant_venv) $ hass
After I set autostart using systemd like here: https://home-assistant.io/getting-started/autostart-systemd/
If I try: sudo systemctl start home-assistant@pi
It shows all is running. But no HA via web availabe. Maybe is mystake I used “pi” user in systemd autostart as described in tutorial? maybe I should use “homeassistant”?