Skip to content

Commit

Permalink
Don't use etag for installed repositories (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Feb 9, 2021
1 parent eeb330b commit 08f76e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hacs/helpers/classes/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ async def common_registration(self):
self.hacs.session,
self.hacs.configuration.token,
self.data.full_name,
self.data.etag_repository,
None if self.data.installed else self.data.etag_repository,
)
self.data.update_data(self.repository_object.attributes)
self.data.etag_repository = etag
Expand Down

0 comments on commit 08f76e6

Please sign in to comment.