Move custom batteries from web.py into data/raw/extra_batteries.json
This commit is contained in:
parent
d6a3d53a04
commit
ae994a7ded
3 changed files with 25 additions and 22 deletions
17
data/raw/extra_batteries.json
Normal file
17
data/raw/extra_batteries.json
Normal 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": ""
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue