Release 0.3.0 #1

Merged
timstoop merged 1 commit from develop into main 2026-04-28 21:29:50 +00:00
timstoop commented 2026-04-28 21:16:18 +00:00 (Migrated from codeberg.org)

Summary

  • Replace REST/httpx transport with WebSocket (websockets library) for all Home Assistant API calls
  • Add list_bluetooth_devices tool via WebSocket subscription
  • Fix Bluetooth advertisement handling for HA 2026.x batch event format
  • Remove httpx dependency; bump dev tool versions

Merge and release

After merging, tag and push to trigger the release pipeline:

git tag v0.3.0 && git push origin main && git push origin v0.3.0
## Summary - Replace REST/httpx transport with WebSocket (`websockets` library) for all Home Assistant API calls - Add `list_bluetooth_devices` tool via WebSocket subscription - Fix Bluetooth advertisement handling for HA 2026.x batch event format - Remove `httpx` dependency; bump dev tool versions ## Merge and release After merging, tag and push to trigger the release pipeline: ``` git tag v0.3.0 && git push origin main && git push origin v0.3.0 ```
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
tim/hass-mcp!1
No description provided.