Skip to content

Releases: airy10/opencode_ha

v1.0.3

Choose a tag to compare

@airy10 airy10 released this 31 Aug 20:10

Fix HA 2026.8+ compatibility: migrate to probatio

HA core removed voluptuous-openapi in #175128 (Use Probatio as
validation engine) and migrated open_router to probatio.to_openapi.
opencode_ha still imported voluptuous_openapi.convert, causing
ModuleNotFoundError on fresh 2026.10 installs.

Migrate entity.py to probatio with fallback for older HA, add
unsupported_keys filtering, switch to json_dumps and handle empty
choices to stay close to upstream open_router.

Fix sync loading

Choose a tag to compare

@airy10 airy10 released this 07 Apr 14:29
v1.0.2

Fix sync loading

Sort manifest keys

Choose a tag to compare

@airy10 airy10 released this 09 Feb 11:34
  • Sort manifest.json keys
  • Add actions

Initial release

Choose a tag to compare

@airy10 airy10 released this 14 Jan 15:42
058c964
Update README to include code source information

Added information about the code's basis on the official Open Router component.