Add Ezviz update entity (#85377)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
c23718d13d
commit
497fa1980b
7 changed files with 114 additions and 7 deletions
|
@ -25,10 +25,6 @@ BINARY_SENSOR_TYPES: dict[str, BinarySensorEntityDescription] = {
|
|||
key="alarm_schedules_enabled"
|
||||
),
|
||||
"encrypted": BinarySensorEntityDescription(key="encrypted"),
|
||||
"upgrade_available": BinarySensorEntityDescription(
|
||||
key="upgrade_available",
|
||||
device_class=BinarySensorDeviceClass.UPDATE,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue