From fef2d7ddd4b56babdaded10ec0810804b6db62a9 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 14:02:15 +0100 Subject: [PATCH] Add service icons to Persistent Notification (#113340) --- .../components/persistent_notification/icons.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 homeassistant/components/persistent_notification/icons.json diff --git a/homeassistant/components/persistent_notification/icons.json b/homeassistant/components/persistent_notification/icons.json new file mode 100644 index 00000000000..9c782bd7b21 --- /dev/null +++ b/homeassistant/components/persistent_notification/icons.json @@ -0,0 +1,7 @@ +{ + "services": { + "create": "mdi:message-badge", + "dismiss": "mdi:bell-off", + "dismiss_all": "mdi:notification-clear-all" + } +}