217 files

This commit is contained in:
Home Assistant Version Control
2026-07-30 23:59:38 +00:00
parent d43a63ad29
commit 7b5e46e702
217 changed files with 15978 additions and 3912 deletions
@@ -117,7 +117,7 @@ async def ws_assign_user(
# Refresh coordinator
rd = _get_runtime_data(hass, entry.entry_id)
if rd and rd.coordinator:
await rd.coordinator.async_request_refresh()
await rd.coordinator.async_refresh_now()
connection.send_result(msg["id"], {"success": True, "user_id": user_id})