mirror of
https://github.com/home-assistant/core.git
synced 2026-02-05 23:05:25 +01:00
* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PR
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"domain": "github",
|
|
"name": "Github",
|
|
"documentation": "https://www.home-assistant.io/components/github",
|
|
"requirements": [
|
|
"PyGithub==1.43.5"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": []
|
|
}
|