Add calendar icon translations (#108416)

This commit is contained in:
Franck Nijhof
2024-01-20 04:07:14 +01:00
committed by GitHub
parent 1e32f96b0c
commit 0f1cb8fa5c

View File

@@ -0,0 +1,12 @@
{
"entity_component": {
"_": {
"default": "mdi:calendar"
}
},
"services": {
"create_event": "mdi:calendar-plus",
"get_events": "mdi:calendar-month",
"list_events": "mdi:calendar-month"
}
}