We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b86f9 commit b0bb24aCopy full SHA for b0bb24a
custom_components/hacs/manifest.json
@@ -1,5 +1,7 @@
1
{
2
- "codeowners": ["@ludeeus"],
+ "codeowners": [
3
+ "@ludeeus"
4
+ ],
5
"config_flow": true,
6
"dependencies": [
7
"websocket_api",
@@ -15,9 +17,9 @@
15
17
"aiofiles==0.5.0",
16
18
"aiogithubapi==1.0.4",
19
"backoff==1.10.0",
- "hacs_frontend==202006281222",
20
+ "hacs_frontend==202007180957",
21
"integrationhelper==0.2.2",
22
"semantic_version==2.8.5",
23
"queueman==0.5"
24
]
-}
25
+}
requirements.txt
@@ -3,7 +3,7 @@ aiogithubapi==1.0.4
aiohttp>=3.6.1,<4.0
attrs==19.3.0
backoff==1.10.0
-hacs_frontend==202006281222
+hacs_frontend==202007180957
integrationhelper==0.2.2
8
PyGithub==1.51
9
pytest-asyncio==0.12.0
0 commit comments