30 lines
591 B
JSON
30 lines
591 B
JSON
{
|
|
"entity": {
|
|
"button": {
|
|
"approve": {
|
|
"default": "mdi:check-decagram"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"status": {
|
|
"default": "mdi:car",
|
|
"state": {
|
|
"unplugged": "mdi:power-plug-off",
|
|
"plugged_in": "mdi:power-plug",
|
|
"charging": "mdi:battery-charging-100",
|
|
"paused": "mdi:pause",
|
|
"pending_approval": "mdi:alert-decagram"
|
|
}
|
|
},
|
|
"ct_current": {
|
|
"default": "mdi:gauge"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"list_charge_slots": {
|
|
"service": "mdi:clock-start"
|
|
}
|
|
}
|
|
}
|