Files
ha-core/homeassistant/components/github/manifest.json
Joakim Sørensen 6a0c3843e5 Revamp github integration (#64190)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-01-18 20:04:01 +01:00

14 lines
278 B
JSON

{
"domain": "github",
"name": "GitHub",
"documentation": "https://www.home-assistant.io/integrations/github",
"requirements": [
"aiogithubapi==22.1.0"
],
"codeowners": [
"@timmo001",
"@ludeeus"
],
"iot_class": "cloud_polling",
"config_flow": true
}