1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/geocaching/icons.json
2025-10-28 10:33:10 +01:00

40 lines
858 B
JSON

{
"entity": {
"sensor": {
"awarded_favorite_points": {
"default": "mdi:heart"
},
"cache_favorite_points": {
"default": "mdi:star-check"
},
"cache_found": {
"default": "mdi:package-variant-closed-check"
},
"cache_found_date": {
"default": "mdi:calendar-search"
},
"cache_hidden_date": {
"default": "mdi:calendar-badge"
},
"cache_name": {
"default": "mdi:label"
},
"cache_owner": {
"default": "mdi:account"
},
"favorite_points": {
"default": "mdi:heart-outline"
},
"find_count": {
"default": "mdi:notebook-edit-outline"
},
"hide_count": {
"default": "mdi:eye-off-outline"
},
"souvenir_count": {
"default": "mdi:license"
}
}
}
}