Files
home-assistant/.storage/lovelace.dashboard_evcharge

94 lines
2.5 KiB
Plaintext

{
"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"
}
}
}