core/homeassistant/components/traccar_server/icons.json

25 lines
442 B
JSON

{
"entity": {
"binary_sensor": {
"status": {
"default": "mdi:access-point-minus",
"state": {
"off": "mdi:access-point-off",
"on": "mdi:access-point"
}
}
},
"sensor": {
"altitude": {
"default": "mdi:altimeter"
},
"address": {
"default": "mdi:map-marker"
},
"geofence": {
"default": "mdi:map-marker"
}
}
}
}