mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
Add version sources (#21640)
This commit is contained in:
parent
8724e49ec3
commit
c2707703c2
@ -16,6 +16,28 @@ ha_platforms:
|
|||||||
ha_config_flow: true
|
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 %}
|
{% 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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user