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.