v1.9.1 — Bug Fixes
Bug Fixes
- Severity editor not saving — Switched source-level severity dropdown from
ha-selectto nativeha-selectorcomponent. 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 callinghass.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_idin WebSocket calls. The REST adapter now auto-defaultsinstance_id: "frigate"for anyfrigate/*WS type, so users no longer need to manually include it. (#6)
Full Changelog: v1.9.0...v1.9.1