From b0c3bded883b3b7d1c0ea1528a4ae8078f775e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 15 Feb 2022 16:40:36 +0100 Subject: [PATCH] Add binary_sensor to Version (#21650) --- source/_integrations/version.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/version.markdown b/source/_integrations/version.markdown index 5ab7114c58a..79fca2a397e 100644 --- a/source/_integrations/version.markdown +++ b/source/_integrations/version.markdown @@ -1,6 +1,6 @@ --- title: Version -description: Instructions on how to integrate a version sensor into Home Assistant. +description: Instructions on how to integrate the Version integration into Home Assistant. ha_category: - Utility - Sensor @@ -12,6 +12,7 @@ ha_codeowners: - '@ludeeus' ha_domain: version ha_platforms: + - binary_sensor - sensor ha_config_flow: true ---