Updated HACS and also fixed Garadget #727

This commit is contained in:
ccostan
2020-04-09 21:29:27 -04:00
parent 51aab60dea
commit e6e0d442e9
65 changed files with 1510 additions and 1047 deletions

5
config/custom_components/hacs/manifest.json Executable file → Normal file
View File

@@ -9,14 +9,15 @@
"persistent_notification",
"lovelace"
],
"documentation": "https://hacs.xyz",
"documentation": "https://hacs.xyz/docs/configuration/start",
"domain": "hacs",
"issues": "https://hacs.xyz/docs/issues",
"name": "HACS (Home Assistant Community Store)",
"requirements": [
"aiofiles==0.4.0",
"aiogithubapi==0.5.0",
"backoff==1.10.0",
"hacs_frontend==20200212060803",
"hacs_frontend==20200309184730",
"integrationhelper==0.2.2",
"semantic_version==2.8.4"
]