From c2707703c205ab2580ced5dfa74458ce04a299d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 14 Feb 2022 15:38:17 +0100 Subject: [PATCH] Add version sources (#21640) --- source/_integrations/version.markdown | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/source/_integrations/version.markdown b/source/_integrations/version.markdown index 5ab7114c58a..f9d0452c78f 100644 --- a/source/_integrations/version.markdown +++ b/source/_integrations/version.markdown @@ -16,6 +16,28 @@ ha_platforms: ha_config_flow: true --- -The Version integration can display the current Home Assistant versions. +The Version integration can display the current Home Assistant Core versions. {% include integrations/config_flow.md %} + +## Version sources + +With this integration you can select various sources to get a version from. + +{% configuration_basic %} + "Local installation": + description: The will get the version you are currently running. + + "Home Assistant Versions": + description: This will use the same source that are used by the Supervisor to check for updates based on the channel and image you choose.. + + "Home Assistant Website": + description: This will check the website you are reading this on to find the latest version. + + "Docker Hub": + description: This will check the latest tag published to Docker Hub based on the channel and image you choose. + + "Python Package Index (PyPI)": + description: This will check PyPI for the latest published package. + +{% endconfiguration_basic %}