mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix Rova using strings as timestamp (#61201)
This commit is contained in:
parent
e011073789
commit
ef70dec7a4
@ -116,7 +116,7 @@ class RovaSensor(SensorEntity):
|
||||
self.data_service.update()
|
||||
pickup_date = self.data_service.data.get(self.entity_description.key)
|
||||
if pickup_date is not None:
|
||||
self._attr_native_value = pickup_date.isoformat()
|
||||
self._attr_native_value = pickup_date
|
||||
|
||||
|
||||
class RovaData:
|
||||
|
Loading…
x
Reference in New Issue
Block a user