mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Add updating page
This commit is contained in:
parent
f20b9266e7
commit
aeb1f2421d
20
source/getting-started/updating.markdown
Normal file
20
source/getting-started/updating.markdown
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Updating Home Assistant"
|
||||||
|
description: "Step to update Home Assistant."
|
||||||
|
date: 2016-05-04 10:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
To update Home Assistant to the latest release when available, run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pip3 install --upgrade homeassistant
|
||||||
|
```
|
||||||
|
|
||||||
|
After updating, restart Home Assistant for the changes to take effect. This means that you have to restart `hass` itself or the [autostarting](/getting-started/autostart/) daemon if you use any.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user