Files
homeAssistant/custom_components/hacs/manifest.json
2021-11-04 01:18:18 -04:00

27 lines
665 B
JSON

{
"codeowners": [
"@ludeeus"
],
"config_flow": true,
"dependencies": [
"http",
"websocket_api",
"frontend",
"persistent_notification",
"lovelace"
],
"documentation": "https://hacs.xyz/docs/configuration/start",
"domain": "hacs",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/hacs/integration/issues",
"name": "HACS",
"requirements": [
"aiofiles>=0.6.0",
"aiogithubapi>=21.8.1",
"awesomeversion>=21.2.2",
"backoff>=1.10.0",
"hacs_frontend==20211010111104",
"queueman==0.5"
],
"version": "1.16.0"
}