1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 03:47:14 +00:00
Files
core/tests/components/volvo/fixtures/location.json
2025-07-28 17:24:15 +02:00

12 lines
218 B
JSON

{
"type": "Feature",
"properties": {
"timestamp": "2024-12-30T15:00:00.000Z",
"heading": "90"
},
"geometry": {
"type": "Point",
"coordinates": [11.849843629550225, 57.72537482589284, 0.0]
}
}