🐛 Bug Fixes
Home Assistant 2026.9 compatibility
Fixes the integration failing to load on Home Assistant 2026.9.0b4 and
later with:
ModuleNotFoundError: No module named 'voluptuous_openapi'
Home Assistant 2026.9 dropped voluptuous-openapi from core requirements
and replaced it with probatio, which
now provides the schema-to-OpenAPI conversion used when exposing Home
Assistant tools to the model.
The integration now imports probatio.to_openapi when it is available and
falls back to voluptuous_openapi.convert otherwise, so this release works
on both 2026.9+ and 2026.8 and earlier.
No configuration changes are required — update and restart Home Assistant.
🔁 Upgrading from v1.0.0
If you are on Home Assistant 2026.9+, v1.0.0 will not start at all. Update
through HACS and restart; your existing agents and AI task subentries are
preserved.
Full Changelog: v1.0.0...v1.0.1