mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add section for Version entities (#21879)
This commit is contained in:
parent
c873058079
commit
e7f31b6b50
@ -43,3 +43,15 @@ With this integration you can select various sources to get a version from.
|
|||||||
description: This will check PyPI for the latest published package.
|
description: This will check PyPI for the latest published package.
|
||||||
|
|
||||||
{% endconfiguration_basic %}
|
{% endconfiguration_basic %}
|
||||||
|
|
||||||
|
## Entities
|
||||||
|
|
||||||
|
The entities created by this integration depends on which source you set it up with (You can also set up the integration multiple times to use more sources).
|
||||||
|
|
||||||
|
### Sensor
|
||||||
|
|
||||||
|
For all sources the integration will create a [sensor](/integrations/sensor) entity that displays the newest version published to that source.
|
||||||
|
|
||||||
|
### Binary Sensor
|
||||||
|
|
||||||
|
For all sources (except for the ["Local installation"](#local-installation) source) the integration will create a [binary_sensor](/integrations/binary_sensor) entity that show if there is a newer version than the one you are currently running published to that source.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user