core/homeassistant/components/calendar/icons.json

17 lines
321 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:calendar",
"state": {
"on": "mdi:calendar-check",
"off": "mdi:calendar-blank"
}
}
},
"services": {
"create_event": "mdi:calendar-plus",
"get_events": "mdi:calendar-month",
"list_events": "mdi:calendar-month"
}
}