hass-core/homeassistant/components/device_tracker/icons.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
227 B
JSON
Raw Permalink Normal View History

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