Add update platform to the Supervisor integration (#68475)
This commit is contained in:
parent
1b955970f8
commit
d17f8e9ed6
10 changed files with 901 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue