You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_docs/installation/raspberry-pi.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ To update to the latest version of Home Assistant follow these simple steps:
97
97
```bash
98
98
$ sudo su -s /bin/bash homeassistant
99
99
$ source /srv/homeassistant/bin/activate
100
-
$ pip3 install --upgrade home assistant
100
+
$ pip3 install --upgrade homeassistant
101
101
```
102
102
103
103
Once the last command executes restart the Home Assistant service to apply the latest updates. Please keep in mind that some updates may take longer to boot up than others. If Home Assistant fails to start make sure you check the **Breaking Changes** from the [Release Notes](https://github.com/home-assistant/home-assistant/releases).
0 commit comments