1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/tests/components/volvo/fixtures/fuel_status.json
2025-07-28 17:24:15 +02:00

13 lines
221 B
JSON

{
"fuelAmount": {
"value": "47.3",
"unit": "l",
"timestamp": "2020-11-19T21:23:24.123Z"
},
"batteryChargeLevel": {
"value": "87.3",
"unit": "%",
"timestamp": "2020-11-19T21:23:24.123Z"
}
}