Add update platform to the Supervisor integration (#68475)

This commit is contained in:
Joakim Sørensen 2022-03-22 12:21:12 +01:00 committed by GitHub
parent 1b955970f8
commit d17f8e9ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 901 additions and 19 deletions

View file

@ -32,6 +32,7 @@ class HassioBinarySensorEntityDescription(BinarySensorEntityDescription):
COMMON_ENTITY_DESCRIPTIONS = (
HassioBinarySensorEntityDescription(
# Deprecated, scheduled to be removed in 2022.6
device_class=BinarySensorDeviceClass.UPDATE,
entity_registry_enabled_default=False,
key=ATTR_UPDATE_AVAILABLE,