From 6901a80a708c577ea2e55da73c215fd28541b428 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 20 Jan 2024 16:12:44 +0100 Subject: [PATCH] Add siren icon translations (#108473) --- homeassistant/components/siren/icons.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 homeassistant/components/siren/icons.json diff --git a/homeassistant/components/siren/icons.json b/homeassistant/components/siren/icons.json new file mode 100644 index 00000000000..0083a2540c7 --- /dev/null +++ b/homeassistant/components/siren/icons.json @@ -0,0 +1,12 @@ +{ + "entity_component": { + "_": { + "default": "mdi:bullhorn" + } + }, + "services": { + "toggle": "mdi:bullhorn", + "turn_off": "mdi:bullhorn", + "turn_on": "mdi:bullhorn" + } +}