v1.10.0
Feature - Expose Dashboard Visibility Sync API
This release exposes the dashboard visibility synchronization helper so it can be triggered through Access Control Manager's public Home Assistant integration data.
What changed
- Added
async_sync_group_dashboards_to_usersas a public coroutine for synchronizing Lovelace view visibility from ACM group dashboard permissions. - Registered the sync helper in
hass.data[DOMAIN]during both integration setup paths. - Bumped the integration version to
1.10.0.
Why this matters
Other Home Assistant code can now trigger ACM's dashboard visibility sync without depending on private implementation details, keeping user dashboard visibility aligned with group permissions after external permission updates.