What version of OS do I have?

Sorry for the really dumb question…

I installed HA months ago and was looking at moving onto hass.io with the announcement the AIO has been deprecated. How do I check what version of the O/S on a Pi I am using and what method I used to install HA? I can’t remember what I did :slight_smile: Surely it must be easy.

I tested hass.io but just found it a little confusing.

Thanks

You can find the OS version by typing the following command at the prompt:

cat /etc/debian_version

I get version 9.1

I’m running Hassbian Stretch

1 Like

Start by looking in /srv/homeassistant. If you’ve a folder called bin then you’re running Hassbian. If you’ve got a folder called homeassistant_venv then you used the AIO installer. If the folder doesn’t exist, but /srv/hass does you used an old (very old) AIO installer.

Perfect thanks guys!