From 246017b3fa6e1cdfe93aebcfc7c2f7bdb64642e5 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 11:03:13 +0100 Subject: [PATCH] Add service icons to Alert (#113274) --- homeassistant/components/alert/icons.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 homeassistant/components/alert/icons.json diff --git a/homeassistant/components/alert/icons.json b/homeassistant/components/alert/icons.json new file mode 100644 index 00000000000..7f5258706d2 --- /dev/null +++ b/homeassistant/components/alert/icons.json @@ -0,0 +1,7 @@ +{ + "services": { + "toggle": "mdi:bell-ring", + "turn_off": "mdi:bell-off", + "turn_on": "mdi:bell-alert" + } +}