Add update platform for Sensibo (#70180)
This commit is contained in:
parent
f63465bd71
commit
c87992715f
7 changed files with 98 additions and 11 deletions
|
@ -82,14 +82,6 @@ DEVICE_SENSOR_TYPES: tuple[SensiboDeviceBinarySensorEntityDescription, ...] = (
|
|||
icon="mdi:motion-sensor",
|
||||
value_fn=lambda data: data.room_occupied,
|
||||
),
|
||||
SensiboDeviceBinarySensorEntityDescription(
|
||||
key="update_available",
|
||||
device_class=BinarySensorDeviceClass.UPDATE,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
name="Update Available",
|
||||
icon="mdi:rocket-launch",
|
||||
value_fn=lambda data: data.update_available,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue