From e7f31b6b5027d934fa01c4ee162fff088aa4ff12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 4 Mar 2022 12:35:07 +0100 Subject: [PATCH] Add section for Version entities (#21879) --- source/_integrations/version.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.