From bea3e638719a6f2e1587fa4c5cda1075ee396238 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 30 Jan 2024 11:49:23 +0100 Subject: [PATCH] Add person icon translations (#109106) --- homeassistant/components/person/icons.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 homeassistant/components/person/icons.json diff --git a/homeassistant/components/person/icons.json b/homeassistant/components/person/icons.json new file mode 100644 index 00000000000..130819bf7f6 --- /dev/null +++ b/homeassistant/components/person/icons.json @@ -0,0 +1,13 @@ +{ + "entity_component": { + "_": { + "default": "mdi:account", + "state": { + "not_home": "mdi:account-arrow-right" + } + } + }, + "services": { + "reload": "mdi:account-sync" + } +}