Skip to content

Commit

Permalink
Update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 18, 2020
1 parent 28b86f9 commit b0bb24a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions custom_components/hacs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"codeowners": ["@ludeeus"],
"codeowners": [
"@ludeeus"
],
"config_flow": true,
"dependencies": [
"websocket_api",
Expand All @@ -15,9 +17,9 @@
"aiofiles==0.5.0",
"aiogithubapi==1.0.4",
"backoff==1.10.0",
"hacs_frontend==202006281222",
"hacs_frontend==202007180957",
"integrationhelper==0.2.2",
"semantic_version==2.8.5",
"queueman==0.5"
]
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
PyGithub==1.51
pytest-asyncio==0.12.0
Expand Down

0 comments on commit b0bb24a

Please sign in to comment.