mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00

* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PR
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"domain": "calendar",
|
|
"name": "Calendar",
|
|
"documentation": "https://www.home-assistant.io/components/calendar",
|
|
"requirements": [],
|
|
"dependencies": [
|
|
"http"
|
|
],
|
|
"codeowners": []
|
|
}
|