Directory .storage first only commit

This commit is contained in:
2024-10-25 22:13:58 +02:00
parent 5433344811
commit 6d4aa2efde
40 changed files with 41718 additions and 0 deletions

View File

@@ -0,0 +1,94 @@
{
"version": 1,
"minor_version": 1,
"key": "lovelace.dashboard_evcharge",
"data": {
"config": {
"views": [
{
"title": "EV Charge Control",
"type": "sections",
"sections": [
{
"type": "grid",
"cards": [
{
"type": "heading",
"heading": "EVCharge-Front",
"heading_style": "title",
"icon": "mdi:battery-charging"
},
{
"type": "gauge",
"entity": "sensor.evcharge_front_power",
"unit": "W",
"max": 2500
},
{
"type": "tile",
"entity": "switch.evcharge_front"
},
{
"type": "tile",
"entity": "sensor.evcharge_front_energy"
},
{
"type": "tile",
"entity": "lock.evcharge_front_child_lock"
}
]
},
{
"type": "grid",
"cards": [
{
"type": "heading",
"heading": "EVCharge-Back",
"heading_style": "title",
"icon": "mdi:battery-charging"
},
{
"type": "gauge",
"entity": "sensor.evcharge_back_power",
"unit": "W",
"max": 2500
},
{
"type": "tile",
"entity": "switch.evcharge_back"
},
{
"type": "tile",
"entity": "sensor.evcharge_back_energy"
},
{
"type": "tile",
"entity": "lock.evcharge_back_child_lock"
}
]
},
{
"type": "grid",
"cards": [
{
"type": "heading",
"heading": "EVCharge-External",
"heading_style": "title",
"icon": "mdi:battery-charging"
},
{
"type": "tile",
"entity": "switch.evcharge_ext"
}
]
}
],
"max_columns": 4,
"icon": "mdi:battery-charging",
"cards": []
}
],
"title": "Charge EV"
}
}
}