mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix Ring sensors with timestamp class returning a string (#60850)
This commit is contained in:
parent
c466f3767a
commit
d9c567e205
@ -164,7 +164,7 @@ class HistoryRingSensor(RingSensor):
|
||||
if self._latest_event is None:
|
||||
return None
|
||||
|
||||
return self._latest_event["created_at"].isoformat()
|
||||
return self._latest_event["created_at"]
|
||||
|
||||
@property
|
||||
def extra_state_attributes(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user