From 4ce0a43d8d6576bbdcfe142aa9bc8cc400a01996 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Mon, 26 Dec 2016 17:32:37 +0100 Subject: [PATCH] Revert ""homeassistant" changed in "hass"" (#1657) --- .../installation-raspberry-pi-all-in-one.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/installation-raspberry-pi-all-in-one.markdown b/source/getting-started/installation-raspberry-pi-all-in-one.markdown index 56925fb687f2..30ce58992bda 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -57,8 +57,8 @@ The All-In-One Installer script will do the following automatically: To upgrade the All-In-One setup manually: * Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip` -* Change to homeassistant user `sudo su -s /bin/bash hass` -* Change to virtual enviroment `source /srv/hass/hass_venv/bin/activate` +* Change to homeassistant user `sudo su -s /bin/bash homeassistant` +* Change to virtual enviroment `source /srv/homeassistant/homeassistant_venv/bin/activate` * Update HA `pip3 install --upgrade homeassistant` * Type `exit` to logout the hass user and return to the `pi` user.