Fix stale sensors for Recollect Waste (#111174)

This commit is contained in:
Mike O'Driscoll
2024-02-23 00:05:30 -05:00
committed by GitHub
parent 83859bd342
commit eb9eff404d

View File

@ -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()