Skip to content

v1.9.1 — Bug Fixes

Choose a tag to compare

@KadenThomp36 KadenThomp36 released this 16 Mar 12:56

Bug Fixes

  • Severity editor not saving — Switched source-level severity dropdown from ha-select to native ha-selector component. Selections now persist correctly when saving the card config. (#5)
  • REST API double-slash on local IP — When a URL includes the /api/ prefix (e.g. /api/llmvision/timeline/events), the adapter now strips the redundant prefix before calling hass.callApi(), which already prepends /api/ internally. Fixes 404 errors on local network access. (#7)
  • Frigate events failing with instance_id error — Frigate's HA integration requires instance_id in WebSocket calls. The REST adapter now auto-defaults instance_id: "frigate" for any frigate/* WS type, so users no longer need to manually include it. (#6)

Full Changelog: v1.9.0...v1.9.1