deps: bump homeassistant to 2026.8.0 with its matching test harness - #72
Merged
Conversation
pytest-homeassistant-custom-component 0.13.354 is the release paired with homeassistant 2026.8.0 on PyPI; it requires pytest-asyncio 1.4.0. The bluetooth test stack follows the versions HA 2026.8.0 resolves: aioesphomeapi 45.6.1 and an explicit habluetooth 6.26.5 pin, without which the resolver picks a 6.1.0 that no longer imports against this core. The HACS minimum stays at 2026.5.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
homeassistantdev pin was three minor releases behind. This bumps the paired pins together, per the repo's documented procedure:homeassistant2026.5.3 → 2026.8.0pytest-homeassistant-custom-component0.13.332 → 0.13.354 (the release whoserequires_distpinshomeassistant==2026.8.0)pytest-asyncio1.3.0 → 1.4.0 (required by the new harness release)aioesphomeapi45.0.4 → 45.6.1 (matches HA 2026.8.0's requirements)habluetooth— new explicit pin at 6.26.5: nothing pinned it before, and against 2026.8.0 the resolver picks 6.1.0, which fails to import (BluetoothReachabilityIntent) under the new bluetooth componenthacs.jsonkeeps the 2026.5.1 minimum — nothing here raises the runtime requirement.Verification
Full suite green against HA 2026.8.0: ruff format/check, mypy strict, 262 tests passed, coverage 100%.