Skip to content

Commit b0bb24a

Browse files
committed
Update frontend
1 parent 28b86f9 commit b0bb24a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

custom_components/hacs/manifest.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"codeowners": ["@ludeeus"],
2+
"codeowners": [
3+
"@ludeeus"
4+
],
35
"config_flow": true,
46
"dependencies": [
57
"websocket_api",
@@ -15,9 +17,9 @@
1517
"aiofiles==0.5.0",
1618
"aiogithubapi==1.0.4",
1719
"backoff==1.10.0",
18-
"hacs_frontend==202006281222",
20+
"hacs_frontend==202007180957",
1921
"integrationhelper==0.2.2",
2022
"semantic_version==2.8.5",
2123
"queueman==0.5"
2224
]
23-
}
25+
}

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiogithubapi==1.0.4
33
aiohttp>=3.6.1,<4.0
44
attrs==19.3.0
55
backoff==1.10.0
6-
hacs_frontend==202006281222
6+
hacs_frontend==202007180957
77
integrationhelper==0.2.2
88
PyGithub==1.51
99
pytest-asyncio==0.12.0

0 commit comments

Comments
 (0)