mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 22:54:24 +01:00
17 lines
321 B
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"
|
|
}
|
|
}
|