2020-02-13 21:52:51 -05:00
|
|
|
{
|
2020-05-21 18:48:00 -04:00
|
|
|
"codeowners": ["@ludeeus"],
|
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": [
|
|
|
|
"websocket_api",
|
|
|
|
"frontend",
|
|
|
|
"persistent_notification",
|
|
|
|
"lovelace"
|
|
|
|
],
|
|
|
|
"documentation": "https://hacs.xyz/docs/configuration/start",
|
2020-06-07 14:29:26 -04:00
|
|
|
"issue_tracker": "https://github.com/hacs/integration/issues",
|
2020-05-21 18:48:00 -04:00
|
|
|
"domain": "hacs",
|
|
|
|
"name": "HACS",
|
|
|
|
"requirements": [
|
|
|
|
"aiofiles==0.5.0",
|
|
|
|
"aiogithubapi==1.0.4",
|
|
|
|
"backoff==1.10.0",
|
2020-06-07 14:29:26 -04:00
|
|
|
"hacs_frontend==202006071141",
|
2020-05-21 18:48:00 -04:00
|
|
|
"integrationhelper==0.2.2",
|
|
|
|
"semantic_version==2.8.5",
|
|
|
|
"queueman==0.5"
|
|
|
|
]
|
|
|
|
}
|