mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Handle serverTime change (#53490)
This commit is contained in:
parent
fbe576e93a
commit
3a5347f69e
@ -324,7 +324,7 @@ class TraccarScanner:
|
||||
"device_traccar_id": event["deviceId"],
|
||||
"device_name": device_name,
|
||||
"type": event["type"],
|
||||
"serverTime": event["serverTime"],
|
||||
"serverTime": event.get("eventTime") or event.get("serverTime"),
|
||||
"attributes": event["attributes"],
|
||||
},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user