core/homeassistant/components/alert/icons.json

14 lines
194 B
JSON
Raw Normal View History

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