From a3fca3d49b3883f52cefc01146081695fe66b8f0 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Mon, 14 May 2018 13:19:49 +0100 Subject: [PATCH] Added upgrade instructions (#5350) * Added upgrade instructions * Make it a heading --- source/_docs/installation/windows.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_docs/installation/windows.markdown b/source/_docs/installation/windows.markdown index 1c9ced30b04..7a6017c9ae1 100644 --- a/source/_docs/installation/windows.markdown +++ b/source/_docs/installation/windows.markdown @@ -29,3 +29,13 @@ Check this [video](https://www.youtube.com/watch?v=X27eVvuqwnY) for the installa

The Microsoft Windows platform is not a primary target to install Home Assistant. Also, not all tools and third-party modules will work.

+ +## {% linkable_title Updating %} + +To update Home Assistant, stop it and then run: + +```bash +C:\...\> pip3 install --upgrade homeassistant +``` + +Then start Home Assistant.