2020-02-14 02:52:51 +00:00
|
|
|
{
|
|
|
|
"codeowners": [
|
|
|
|
"@ludeeus"
|
|
|
|
],
|
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": [
|
|
|
|
"websocket_api",
|
|
|
|
"frontend",
|
|
|
|
"persistent_notification",
|
|
|
|
"lovelace"
|
|
|
|
],
|
2020-04-10 01:29:27 +00:00
|
|
|
"documentation": "https://hacs.xyz/docs/configuration/start",
|
2020-02-14 02:52:51 +00:00
|
|
|
"domain": "hacs",
|
|
|
|
"name": "HACS (Home Assistant Community Store)",
|
|
|
|
"requirements": [
|
2020-05-03 20:23:17 +00:00
|
|
|
"aiofiles==0.5.0",
|
2020-02-14 02:52:51 +00:00
|
|
|
"aiogithubapi==0.5.0",
|
|
|
|
"backoff==1.10.0",
|
2020-05-03 20:23:17 +00:00
|
|
|
"hacs_frontend==20200426112021",
|
2020-02-14 02:52:51 +00:00
|
|
|
"integrationhelper==0.2.2",
|
2020-05-16 14:34:10 +00:00
|
|
|
"semantic_version==2.8.5",
|
2020-05-03 20:23:17 +00:00
|
|
|
"queueman==0.5"
|
2020-02-14 02:52:51 +00:00
|
|
|
]
|
|
|
|
}
|