Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove workaround to populate missing handles #301

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

bdraco
Copy link
Collaborator

@bdraco bdraco commented Jul 16, 2023

#197 added a check for missing handles if the user was running an older version. As its been a few months, everyone should have the missing handles populated now, and since this check is rather expensive to run every operation, we should remove it.

the user was running an older version. As its been a few months,
everyone should have the missing handles populated now, and since this
check is rather expensive to run every operation, we should remove
it.
@codecov
Copy link

codecov bot commented Jul 16, 2023

Codecov Report

Patch coverage: 50.00% and project coverage change: +0.06 🎉

Comparison is base (e232f26) 67.55% compared to head (4e20c1c) 67.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #301      +/-   ##
==========================================
+ Coverage   67.55%   67.61%   +0.06%     
==========================================
  Files          72       72              
  Lines        6811     6803       -8     
==========================================
- Hits         4601     4600       -1     
+ Misses       2210     2203       -7     
Impacted Files Coverage Δ
aiohomekit/controller/ble/pairing.py 22.49% <0.00%> (+0.10%) ⬆️
aiohomekit/controller/ble/controller.py 44.73% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco marked this pull request as ready for review July 17, 2023 02:03
@bdraco
Copy link
Collaborator Author

bdraco commented Jul 17, 2023

thanks

@bdraco bdraco merged commit 8b5144f into main Jul 17, 2023
11 of 12 checks passed
@bdraco bdraco deleted the missing_handles_workaround_remove branch July 17, 2023 18:54
@bdraco
Copy link
Collaborator Author

bdraco commented Jul 18, 2023

I'll push a release soon (not for backport). Didn't have time to do it earlier since I'm traveling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants