Skip to content

Home Assistant Agent Interface v0.2.0

Choose a tag to compare

@Verlbot Verlbot released this 23 Aug 22:33
· 17 commits to main since this release

v0.2 turns the plugin into a complete read-and-control interface for Home Assistant agents.

Highlights:

  • Live search across entities, actions, areas, devices, floors, and labels
  • General Home Assistant action execution using native entity, device, area, floor, and label targets
  • Compact before/after observations, missing-target reporting, context IDs, and optional action responses
  • Exact on-demand attribute inspection and progressive action-field guidance
  • WebSocket batching with stable errors, timeouts, cancellation, and byte caps
  • 32 tests covering action calls, partial catalogs, ambiguity, malformed data, aborts, oversized responses, and base paths

Configuration change:

  • allowedEntities and allowedDomains were removed. Home Assistant token permissions are the authority boundary; the plugin does not maintain a second policy layer.

Validated against OpenClaw 2026.8.1-beta.2. ClawHub publication is intentionally separate from this GitHub release.