Skip to content

Commit

Permalink
Update frontend to 202006071141
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jun 7, 2020
1 parent 9c902d1 commit 2b5a57b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/hacs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"aiofiles==0.5.0",
"aiogithubapi==1.0.4",
"backoff==1.10.0",
"hacs_frontend==202006011808",
"hacs_frontend==202006071141",
"integrationhelper==0.2.2",
"semantic_version==2.8.5",
"queueman==0.5"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/hacs/ws_api_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def hacs_settings(hass, connection, msg):

elif action == "clear_new":
for repo in hacs.repositories:
if repo.data.new and repo.category in msg.get("categories", []):
if repo.data.new and repo.data.category in msg.get("categories", []):
hacs.logger.debug(f"Clearing new flag from '{repo.data.full_name}'")
repo.data.new = False
else:
Expand Down
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==202006011808
hacs_frontend==202006071141
integrationhelper==0.2.2
PyGithub==1.51
pytest-asyncio==0.12.0
Expand Down

0 comments on commit 2b5a57b

Please sign in to comment.