2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "github",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "GitHub",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/github",
|
2021-08-24 16:46:44 +00:00
|
|
|
"requirements": [
|
|
|
|
"aiogithubapi==21.8.0"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@timmo001",
|
|
|
|
"@ludeeus"
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"iot_class": "cloud_polling"
|
2021-08-24 16:46:44 +00:00
|
|
|
}
|