1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/github/manifest.json
Paulus Schoutsen cfe4cf30ad Add manifests (#22699)
* Add manifests

* Update auto name

* Update codeowners

* Add requirements from platforms

* Minor cleanup

* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00

11 lines
205 B
JSON

{
"domain": "github",
"name": "Github",
"documentation": "https://www.home-assistant.io/components/github",
"requirements": [
"PyGithub==1.43.5"
],
"dependencies": [],
"codeowners": []
}