core/homeassistant/components/alert/icons.json

8 lines
119 B
JSON
Raw Normal View History

2024-03-14 10:03:13 +00:00
{
"services": {
"toggle": "mdi:bell-ring",
"turn_off": "mdi:bell-off",
"turn_on": "mdi:bell-alert"
}
}