c0ffeeca7 a4a68172c0
u-z integrations: apply sentence-style caps to categories (#29907)
* u-z integrations: apply sentence-style caps to categories

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Add references to glossary terms

* Update source/_integrations/universal.markdown

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Update source/_integrations/universal.markdown

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* linter: change vizio to VIZIO

- as per product website https://www.vizio.com/en/smartcast

* remove term refs from YAML

* VIZIO: change spelling according to website

- https://www.vizio.com/en/t

* Update source/_integrations/vizio.markdown

* Update source/_integrations/universal.markdown

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Update source/_integrations/unifiprotect.markdown

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Fix some more to sentence-style caps

* Update source/_integrations/unifiprotect.markdown

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update source/_integrations/unifiprotect.markdown

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update source/_integrations/unifiprotect.markdown

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-11-19 14:43:27 +01:00

2.0 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_quality_scale, ha_codeowners, ha_domain, ha_platforms, ha_config_flow, ha_integration_type
title description ha_category ha_iot_class ha_release ha_quality_scale ha_codeowners ha_domain ha_platforms ha_config_flow ha_integration_type
Version Instructions on how to integrate the Version integration into Home Assistant.
Sensor
Utility
Local Push 0.52 internal
@ludeeus
version
binary_sensor
diagnostics
sensor
true integration

The Version {% term integration %} can display the current Home Assistant Core versions.

{% include integrations/config_flow.md %}

Version sources

With this {% term integration %} you can select various sources to get a version from.

{% configuration_basic %} "Local installation": description: This 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 %}

Entities

The entities created by this {% term integration %} depends on which source you set it up with (you can also set up the {% term integration %} multiple times to use more sources).

Sensor

For all sources the {% term integration %} will create a sensor {% term entity %} that displays the newest version published to that source.

Binary Sensor

For all sources (except for the "Local installation" source) the {% term integration %} will create a binary_sensor {% term entity %} that show if there is a newer version than the one you are currently running published to that source.