1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-05 00:58:47 +00:00
Files
core/homeassistant/components/traccar_server/icons.json
2025-10-28 10:33:10 +01:00

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": {
"address": {
"default": "mdi:map-marker"
},
"altitude": {
"default": "mdi:altimeter"
},
"geofence": {
"default": "mdi:map-marker"
}
}
}
}