mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Handle serverTime change (#53490)
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user