Add section for Version entities (#21879)

This commit is contained in:
Joakim Sørensen 2022-03-04 12:35:07 +01:00 committed by GitHub
parent c873058079
commit e7f31b6b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
{% 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.