diff --git a/source/_integrations/version.markdown b/source/_integrations/version.markdown index 45e886659e2..c3201e65c7e 100644 --- a/source/_integrations/version.markdown +++ b/source/_integrations/version.markdown @@ -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.