-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix(2024.6.0): Handling time zones without blocking the event loop #153
fix(2024.6.0): Handling time zones without blocking the event loop #153
Conversation
Until `2024.6.0` is released, this fix uses `2024.6.0b6` Fix for unloading custom component
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #153 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 377 376 -1
=========================================
- Hits 377 376 -1 ☔ View full report in Codecov by Sentry. |
If you're able to make this a beta release/pre-release, I could test it for you on HA b7 |
…e-event-loop-ha-20246
Made a pre-release I can't merge this yet, as https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases has not released a compatible version for HA |
Confirming that the beta fixes the issue in 2024.6.0 |
Quality Gate passedIssues Measures |
https://developers.home-assistant.io/blog/2024/05/19/fix_zoneinfo_blocking_io/
Until
2024.6.0
is released, this fix uses2024.6.0b6
Fix tests for unloading custom component (home-assistant/core#117214)