1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 19:07:08 +00:00
Files
core/homeassistant/components/gpsd/icons.json
2024-02-01 08:58:32 +01:00

14 lines
217 B
JSON

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