1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-07 07:56:49 +01:00
Files
core/homeassistant/components/device_tracker/icons.json
T
2026-04-17 08:18:27 +02:00

16 lines
227 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:account",
"state": {
"not_home": "mdi:account-arrow-right"
}
}
},
"services": {
"see": {
"service": "mdi:account-eye"
}
}
}