Add binary_sensor to Version (#21650)

This commit is contained in:
Joakim Sørensen 2022-02-15 16:40:36 +01:00 committed by GitHub
parent ad7c641160
commit b0c3bded88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
---