Move custom batteries from web.py into data/raw/extra_batteries.json

This commit is contained in:
Michiel Berger 2026-04-30 15:52:16 +02:00
parent d6a3d53a04
commit ae994a7ded
3 changed files with 25 additions and 22 deletions

View file

@ -0,0 +1,17 @@
[
{
"id": -1,
"title": "Tesla Powerwall 3 (installed)",
"url": "https://www.tesla.com/powerwall",
"brand": "Tesla",
"brand_slug": "tesla",
"capacity": 13.5,
"power_continuous": 11500,
"price": 9500,
"price_per_kwh": 704,
"review_score": null,
"recommended": false,
"installation": "hybrid",
"image_url": ""
}
]