diff --git a/homeassistant/components/notify/icons.json b/homeassistant/components/notify/icons.json new file mode 100644 index 00000000000..88577bc2356 --- /dev/null +++ b/homeassistant/components/notify/icons.json @@ -0,0 +1,6 @@ +{ + "services": { + "notify": "mdi:bell-ring", + "persistent_notification": "mdi:bell-badge" + } +}