hass-core/homeassistant/components/calendar/icons.json
2024-10-26 14:37:05 +02:00

19 lines
330 B
JSON

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