mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix stale sensors for Recollect Waste (#111174)
This commit is contained in:
parent
83859bd342
commit
eb9eff404d
@ -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…
x
Reference in New Issue
Block a user