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" + } +}