1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-06 22:36:33 +01:00
Files
core/tests/components/solaredge/fixtures/details.json
T
2026-05-13 19:57:01 +02:00

20 lines
412 B
JSON

{
"details": {
"id": 1,
"name": "Test Site",
"accountId": 1,
"status": "Active",
"peakPower": 5.5,
"lastUpdateTime": "2025-01-01",
"installationDate": "2024-01-01",
"ptoDate": null,
"notes": "",
"type": "Optimizers & Inverters",
"primaryModule": {
"manufacturerName": "TestManufacturer",
"modelName": "TestModel",
"maximumPower": 350.0
}
}
}