core/homeassistant/components/gpsd/icons.json

14 lines
217 B
JSON
Raw Normal View History

{
"entity": {
"sensor": {
"mode": {
"default": "mdi:crosshairs",
"state": {
"2d_fix": "mdi:crosshairs-gps",
"3d_fix": "mdi:crosshairs-gps"
}
}
}
}
}