1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00
Files
core/tests/components/autoskope/fixtures/vehicles.json
mcisk b6c7b2952e Add autoskope integration (#146772)
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-13 19:19:00 +01:00

34 lines
620 B
JSON

{
"vehicles": [
{
"id": "12345",
"name": "Test Vehicle",
"ex_pow": 12.5,
"bat_pow": 3.7,
"hdop": 1.2,
"support_infos": {
"imei": "123456789012345"
},
"model": "Autoskope"
}
],
"positions": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [8.6821267, 50.1109221]
},
"properties": {
"carid": "12345",
"s": 0,
"dt": "2025-05-28T10:00:00Z",
"park": false
}
}
]
}
}