mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add calendar icon translations (#108416)
This commit is contained in:
parent
1e32f96b0c
commit
0f1cb8fa5c
12
homeassistant/components/calendar/icons.json
Normal file
12
homeassistant/components/calendar/icons.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user