1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/persistent_notification/icons.json
2024-03-14 14:02:15 +01:00

8 lines
138 B
JSON

{
"services": {
"create": "mdi:message-badge",
"dismiss": "mdi:bell-off",
"dismiss_all": "mdi:notification-clear-all"
}
}