Fix stale sensors for Recollect Waste (#111174)
This commit is contained in:
parent
83859bd342
commit
eb9eff404d
1 changed files with 2 additions and 0 deletions
|
@ -92,3 +92,5 @@ class ReCollectWasteSensor(ReCollectWasteEntity, SensorEntity):
|
|||
ATTR_PICKUP_TYPES
|
||||
] = async_get_pickup_type_names(self._entry, event.pickup_types)
|
||||
self._attr_native_value = event.date
|
||||
|
||||
super()._handle_coordinator_update()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue