mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
Fix stale sensors for Recollect Waste (#111174)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user