Add service icons to Alert (#113274)

This commit is contained in:
Joost Lekkerkerker 2024-03-14 11:03:13 +01:00 committed by GitHub
parent cd902c917c
commit 246017b3fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,7 @@
{
"services": {
"toggle": "mdi:bell-ring",
"turn_off": "mdi:bell-off",
"turn_on": "mdi:bell-alert"
}
}