From dbaa02a5a89fe61f8086e8ca85327b151b152834 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 20 Jan 2024 11:06:41 +0100 Subject: [PATCH] Add event icon translations (#108453) --- homeassistant/components/event/icons.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 homeassistant/components/event/icons.json diff --git a/homeassistant/components/event/icons.json b/homeassistant/components/event/icons.json new file mode 100644 index 00000000000..92f2e7a6546 --- /dev/null +++ b/homeassistant/components/event/icons.json @@ -0,0 +1,16 @@ +{ + "entity_component": { + "_": { + "default": "mdi:eye-check" + }, + "button": { + "default": "mdi:gesture-tap-button" + }, + "doorbell": { + "default": "mdi:doorbell" + }, + "motion": { + "default": "mdi:motion-sensor" + } + } +}