diff --git a/homeassistant/components/device_tracker/icons.json b/homeassistant/components/device_tracker/icons.json new file mode 100644 index 00000000000..c89053701ba --- /dev/null +++ b/homeassistant/components/device_tracker/icons.json @@ -0,0 +1,13 @@ +{ + "entity_component": { + "_": { + "default": "mdi:account", + "state": { + "not_home": "mdi:account-arrow-right" + } + } + }, + "services": { + "see": "mdi:account-eye" + } +}