1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 03:17:06 +00:00
Files
core/homeassistant/components/tile/icons.json
2024-12-28 16:49:14 +01:00

15 lines
208 B
JSON

{
"entity": {
"binary_sensor": {
"lost": {
"default": "mdi:map-marker-remove"
}
},
"device_tracker": {
"tile": {
"default": "mdi:view-grid"
}
}
}
}