Skip to content

deps: bump homeassistant to 2026.8.0 with its matching test harness - #72

Merged
roquerodrigo merged 1 commit into
mainfrom
deps/bump-homeassistant
Aug 7, 2026
Merged

deps: bump homeassistant to 2026.8.0 with its matching test harness#72
roquerodrigo merged 1 commit into
mainfrom
deps/bump-homeassistant

Conversation

@roquerodrigo

Copy link
Copy Markdown
Owner

Summary

The homeassistant dev pin was three minor releases behind. This bumps the paired pins together, per the repo's documented procedure:

  • homeassistant 2026.5.3 → 2026.8.0
  • pytest-homeassistant-custom-component 0.13.332 → 0.13.354 (the release whose requires_dist pins homeassistant==2026.8.0)
  • pytest-asyncio 1.3.0 → 1.4.0 (required by the new harness release)
  • aioesphomeapi 45.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 component

hacs.json keeps 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%.

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.
@roquerodrigo
roquerodrigo merged commit e69a570 into main Aug 7, 2026
10 checks passed
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.

1 participant