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",
|
2022-10-25 18:48:18 +00:00
|
|
|
"requirements": ["aiogithubapi==22.10.1"],
|
2022-03-30 08:56:37 +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-03-30 08:56:37 +00:00
|
|
|
"loggers": ["aiogithubapi"]
|
|
|
|
}
|