core/homeassistant/components/ohme/icons.json

47 lines
950 B
JSON
Raw Normal View History

2024-12-14 17:12:44 +00:00
{
"entity": {
"button": {
"approve": {
"default": "mdi:check-decagram"
}
},
2024-12-14 17:12:44 +00:00
"sensor": {
"status": {
"default": "mdi:car",
"state": {
"unplugged": "mdi:power-plug-off",
"plugged_in": "mdi:power-plug",
"charging": "mdi:battery-charging-100",
2024-12-31 21:54:20 +00:00
"paused": "mdi:pause",
2024-12-14 17:12:44 +00:00
"pending_approval": "mdi:alert-decagram"
}
},
"ct_current": {
"default": "mdi:gauge"
}
},
"switch": {
"lock_buttons": {
"default": "mdi:lock",
"state": {
"off": "mdi:lock-open"
}
},
"require_approval": {
"default": "mdi:check-decagram"
},
"sleep_when_inactive": {
"default": "mdi:sleep",
"state": {
"off": "mdi:sleep-off"
}
}
2024-12-14 17:12:44 +00:00
}
},
"services": {
"list_charge_slots": {
"service": "mdi:clock-start"
}
2024-12-14 17:12:44 +00:00
}
}