Skip to content

Commit

Permalink
Force update on remove (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Mar 27, 2022
1 parent b5ea83d commit d81f4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hacs/tasks/setup_websocket_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ async def hacs_repository(hass, connection, msg):

elif action == "uninstall":
repository.data.new = False
await repository.update_repository(ignore_issues=True)
await repository.update_repository(ignore_issues=True, force=True)
await repository.uninstall()

elif action == "hide":
Expand Down

0 comments on commit d81f4a3

Please sign in to comment.