v1.6.2
🛠️ Fix — Preserve Full Dashboard Access for Default System Groups
This release fixes dashboard/view permission synchronization for Home Assistant default system groups.
What changed
- Users in
system-adminandsystem-usersnow always retain full access to all dashboards and views. - Dashboard visibility synchronization now combines runtime Home Assistant group memberships with stored auth
group_ids. - Group IDs are normalized during synchronization to prevent duplicate or incorrect membership resolution.
Why this matters
This prevents inconsistent dashboard visibility after permission updates and ensures that default system group behavior remains reliable and predictable.