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": [
|
2022-02-20 10:25:04 +00:00
|
|
|
"aiogithubapi==22.2.3"
|
2021-08-24 16:46:44 +00:00
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@timmo001",
|
|
|
|
"@ludeeus"
|
|
|
|
],
|
2022-01-18 19:04:01 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2022-01-28 21:37:53 +00:00
|
|
|
"config_flow": true,
|
2022-02-04 18:33:10 +00:00
|
|
|
"loggers": [
|
|
|
|
"aiogithubapi"
|
|
|
|
]
|
2021-08-24 16:46:44 +00:00
|
|
|
}
|