Directory .storage first only commit
This commit is contained in:
94
.storage/lovelace.dashboard_evcharge
Normal file
94
.storage/lovelace.dashboard_evcharge
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user