From 30dec53b078d5334485dffaf7e6645812b442ab3 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 30 Jan 2024 12:32:02 +0100 Subject: [PATCH] Add device tracker icon translations (#109109) --- homeassistant/components/device_tracker/icons.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 homeassistant/components/device_tracker/icons.json 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" + } +}