You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
573 B
24 lines
573 B
5 years ago
|
{
|
||
|
"codeowners": [
|
||
|
"@ludeeus"
|
||
|
],
|
||
|
"config_flow": true,
|
||
|
"dependencies": [
|
||
|
"websocket_api",
|
||
|
"frontend",
|
||
|
"persistent_notification",
|
||
|
"lovelace"
|
||
|
],
|
||
|
"documentation": "https://hacs.xyz",
|
||
|
"domain": "hacs",
|
||
|
"homeassistant": "0.98.0",
|
||
|
"name": "HACS (Home Assistant Community Store)",
|
||
|
"requirements": [
|
||
|
"aiofiles==0.4.0",
|
||
|
"aiogithubapi==0.4.3",
|
||
|
"backoff==1.10.0",
|
||
|
"hacs_frontend>=20191227161046",
|
||
|
"integrationhelper==0.2.2",
|
||
|
"semantic_version==2.8.4"
|
||
|
]
|
||
|
}
|